A console Youtube video summarizer.
Clone the git repository
git clone https://github.com/shivanshsharma8834/tldw.git
cd tldw
Install dependencies
pip install .
Place your GROQ api key in a .env file as GROQ_API_KEY environment variable. You can also rename example.env and place your key there as well.
python app.py [youtube-link]
Please make sure that your youtube-link does not contains & symbol.
Contributions are welcome! Please fork the repository and submit a pull request with your changes.
This project is under MIT Licence.