https://github.com/chitralputhran/notes-ai-videos-summarized
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.
https://github.com/chitralputhran/notes-ai-videos-summarized
langchain llm streamlit
Last synced: about 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/chitralputhran/notes-ai-videos-summarized
- Owner: chitralputhran
- Created: 2024-03-13T02:49:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T03:21:30.000Z (over 2 years ago)
- Last Synced: 2025-08-30T17:57:24.786Z (10 months ago)
- Topics: langchain, llm, streamlit
- Language: Python
- Homepage: https://notes-ai.streamlit.app
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📝 Notes AI | Videos Summarized
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.
## Features
- **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.
## Getting Started
### Prerequisites
- Python 3.8 or above
- Streamlit
- LangChain
### Installation
1. Clone the repository:
```
git clone https://github.com/chitralputhran/Notes-AI-Videos-Summarized.git
```
2. Navigate to the project directory:
```
cd Notes-AI-Videos-Summarized
```
3. Install the required dependencies:
```
pip install -r requirements.txt
```
### Usage
Run the Streamlit application:
```
streamlit run app.py
```
Open your web browser and go to `http://localhost:8501` to use the application.
## Screenshots


## Contributing
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.
## Project Link:
Live Link: https://notes-ai.streamlit.app