An open API service indexing awesome lists of open source software.

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.

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
![s1](https://github.com/chitralputhran/Notes-AI-Videos-Summarized/assets/31520972/18c94820-8e15-4380-9d92-bb715d109e61)

![s2](https://github.com/chitralputhran/Notes-AI-Videos-Summarized/assets/31520972/166ad8bf-14cd-4138-9fc3-42b2d7a9373d)

## 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