-
Youtube Video π₯ Transcript to Detailed Notes π Converter using Google Gemini Pro.
-
This web app efficiently works with videos having any language Transcript, then translates to English Transcript and Generates notes π.
- Python, CSS, Streamlit
- VS Code with Conda environment
- Google Gemini Pro for Generating Notes
- Youtube Transcript Api module
Live Website - Streamlit VidNotes app
Youtube Demo - Youtube Video Demo of Running App Locally
- Github and Code Set Up.
- Installing required packages.
- Google Generative AI Gemini Pro API-KEY which we can get from makersuit.google.com
- Giving Prompt.
- Getting the transcript data from youtube videos.
- Getting the notes based on Prompt from Google Gemini Pro
- CSS for styling.
- Some streamlit functions.
- Streamlit app Deployment.
Clone the project
git clone https://github.com/Revanth-Reddy-Pingala/Abusive_Comment_Detector_BERT
Go to the project directory
cd my-project
After setting up environment and installing packages using requirements.txr
pip install -r requirements.txt
Run the following command to Deploy Streamlit app Locally
streamlit run app.py