A brief description about the project
Welcome to my Video Transcribe Summarizer application! 🎥✨
Do you often find yourself overwhelmed by lengthy videos and wishing for a quicker way to grasp their content? Look no further! I made this application using the Generative AI and Python to simplify your video-watching experience. You simply have to provide the URL of the video you'd like to summarize,and within moments, you'll receive a concise summary of the video in easy-to-read bullet points, along with a handy thumbnail to give you a visual preview.
- This can save your enough time by summarizing lengthy videos.
- Facilitates content filtering.
- Boosts productivity by providing quick insights.
- Supports studying, research, and reference.
- Translate the entire video into concise bullet points.
To deploy this project run
First install the python and create a virtual environment
conda create -p venv python==3.10 -y
activate the virtual environment
conda activate venv/
pip install -r requirements.txt
Update your API key in .env file
And then run the following command
streamlit run app.py