Skip to content

Automate detailed note generation from YouTube video transcripts using AI. Input the video link, choose the words limit and let Gemini Pro model summarize within 250 words.

License

Notifications You must be signed in to change notification settings

sheefanaaz123/TranscribeTube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Designer Img generated by DALL E

YouTube Transcript to Detailed Notes Converter

Overview

This Streamlit app leverages the power of AI to automate the process of generating detailed notes from YouTube video transcripts. The Gemini Pro model is employed for advanced note generation, making it suitable for various subjects, including Physics, Chemistry, Mathematics, or Data Science & Statistics.

How It Works

  1. Input YouTube Link: Provide the link of the YouTube video you want to transcribe.
  2. Select Video Language: Choose the language of the video transcript.
  3. Set Maximum Summary Length: Adjust the maximum length of the generated summary in words.
  4. Click "Get Detailed Notes": Witness the AI-powered Gemini Pro model generate detailed notes based on the video transcript!
  5. Download Notes: You can also download the generated notes in a text file for further reference.

Technologies Used

Setup

  1. Install dependencies: pip install -r requirements.txt
  2. Create a .env file with your Google API key: GOOGLE_API_KEY=your_api_key
  3. Run the app: streamlit run app.py

Demo

Check out the demo video to see the AI Lecture Transcriber in action:

TranscribeTube.mp4

Sample Usage

  1. Input: Paste the YouTube video link.
  2. Select: Choose the video language and set the maximum summary length.
  3. Generate: Click the "Get Detailed Notes" button to generate notes.
  4. Download: Click the "Download Notes" button to download the generated notes in a text file.

Contributing

If you'd like to contribute to the project, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature-name
  3. Commit your changes: git commit -m 'Add new feature'
  4. Push to the branch: git push origin feature/your-feature-name
  5. Open a pull request.

License

This project is licensed under the MIT License.

About

Automate detailed note generation from YouTube video transcripts using AI. Input the video link, choose the words limit and let Gemini Pro model summarize within 250 words.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published