Skip to content

CaptainJack2491/thinkvault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What this is?

Its a simple python program that uses OPENAI API to generate a obsidian compatible notes from any youtube video.

How to install?

  • clone the repo

    git clone https://github.com/CaptainJack2491/thinkvault
  • install requirements

    pip install -r requirements.txt

    note: if you are on mac or linux, you might need to download the requirements in a virtual environment, for that run the following commands:

    python3 -m venv env
    source env/bin/activate
    pip install -r requirements.txt
  • add the openai api key

    OPENAI_API_KEY = YOUR_OPENAI_API_KEY
  • run the program

    python3 main.py

The summaries along with your thoughts on it will be stored in a summaries folder in the root directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages