Skip to content

Proof of concept project using GPT to summarize YouTube videos

License

Notifications You must be signed in to change notification settings

samkeen/Vidgest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vidjest

This is yet another GTP YouTube video summarizer.

I built this to get expereince with Streamlit and utilizing the OpenAI API. Feel free to extend for your own needs if you find it useful.

Usage

# Create a python environment with the following
python -m venv .venv 

# Or use Conda if that is your jam

# Install python packages
pip install -r requirements.txt


streamlit run app.py

Note: You can add your API keys to the environment rather then inputing them in the UI.

mv dist.env .env

Ensure your IDE has support for .env files, then add your api keys to .env. and restart Streamlit

Want to learn more?

My weekly newsletter will keep you informed on Generative AI topics important to software developers (without all the hype)

About

Proof of concept project using GPT to summarize YouTube videos

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages