| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is a Flask application that utilizes a chatbot to interact with YouTube video transcripts. Users can input a YouTube video URL, and the chatbot will generate responses based on the content of the video transcript.
Clone the repository:
git clone https://github.com/AdarshMishra26/TranscriptBot.gitInstall the required dependencies:
pip install -r requirements.txtSet up the configuration:
{
"param": {
"API_Key": "your_google_generativeai_api_key"
}
}Replace "your_google_generativeai_api_key" with your Google GenerativeAI API key.
Run the Flask application:
python app.pyAccess the application in your web browser at http://localhost:5000.
Enter a YouTube video URL and start chatting with the chatbot.
https://drive.google.com/file/d/1AfrwrjXphI8zMTE80i8TA-49pno2KE9O/view?usp=drivesdkContributions are welcome! If you find any bugs or have suggestions for improvement, please open an issue or submit a pull request.
| Back | FazBrowse Home | New Git URL |