Notes AI is a web application built with Streamlit and LangChain that provides concise summaries of YouTube videos. Input the video link and specify the number of lines for the summary; the application will do the rest. This tool is perfect for quickly grasping video content without watching it.
- Video Link Input: Users can input the YouTube video link they want to summarize.
- Summary Length Customization: Specify the number of lines for the summary to tailor it to your needs.
- Quick Summarization: Get a concise summary of the video content in just a few seconds.
- User-Friendly Interface: The application is designed to be intuitive and easy to use.
- Python 3.8 or above
- Streamlit
- LangChain
-
Clone the repository:
git clone https://github.com/chitralputhran/Notes-AI-Videos-Summarized.git
-
Navigate to the project directory:
cd Notes-AI-Videos-Summarized
-
Install the required dependencies:
pip install -r requirements.txt
Run the Streamlit application:
streamlit run app.py
Open your web browser and go to http://localhost:8501
to use the application.
Contributions are welcome! If you have a feature request or a bug report, please open a new issue. If you want to contribute code, please open a pull request.
Live Link: https://notes-ai.streamlit.app