Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 849 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 849 Bytes

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)