Giter VIP home page Giter VIP logo

nevermore's Introduction

Nevermore

Overview

A python CLI for the generation of written lesson content based on video and textual context. Leverages Gemini 1.5 Pro and multiple inference layers to provide a selection of lessons to choose from.

Installation

git clone https://github.com/Equious/nevermore.git
cd nevermore

Important

You'll need to enter the path to your own GOOGLE_APPLICATION_CREDENTIALS json in line 14 of Nevermore.py

Install Nevermore:

pip install --editable .

Running Nevermore

Important

Line 82 is configured currently to support .mov video types. This will be configurable via CLI in future, but will need to be adjusted to your particular case.

Once installed you can run:

$ nevermore --root-directory "PATH/TO/YOUR/COURSE/DIRECTORY"

Your course directory must be in the following structure:

├── Course
│   ├── Section 1
│   │   ├── Lesson 1
│   │   │   └── lesson.mov
│   │   └── Lesson 2
│   │       └── lesson.mov
│   └── repo-context
│       ├── additional_context.md
│       └── additional_context.sol

Additional context to the video lesson can be added to the repo-context folder (in future this should pull from a provided GitHub repo).

Note

This Repo contains a random selection of testing context files, remove as needed.

nevermore's People

Contributors

equious avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.