Skip to content

Latest commit

 

History

History

video_summary

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Video Summaries powered by Groq

Note: Fork and clone this repository if needed

1. Create a virtual environment

python3 -m venv ~/.venvs/aienv
source ~/.venvs/aienv/bin/activate

2. Export your Groq API Key

export GROQ_API_KEY=***

3. Install libraries

pip install -r cookbook/llms/groq/video_summary/requirements.txt

4. Run Streamlit App

streamlit run cookbook/llms/groq/video_summary/app.py

5. Message on discord if you have any questions

6. Star ⭐️ the project if you like it.