updated readme

This commit is contained in:
tcsenpai 2024-10-05 16:55:25 +02:00
parent eb125fcac4
commit 96ad736734
2 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,8 @@
YouTube Summarizer is a Streamlit-based web application that allows users to generate summaries of YouTube videos using AI-powered language models.
![Screenshot](screenshot.png)
## Features
- Fetch and cache YouTube video transcripts
@ -12,12 +14,14 @@ YouTube Summarizer is a Streamlit-based web application that allows users to gen
## Installation
1. Clone the repository:
```
git clone https://github.com/yourusername/youtube-summarizer.git
cd youtube-summarizer
```
2. Install the required dependencies:
```
pip install -r requirements.txt
```
@ -32,6 +36,7 @@ YouTube Summarizer is a Streamlit-based web application that allows users to gen
## Usage
1. Run the Streamlit app:
```
streamlit run src/main.py
```
@ -52,7 +57,6 @@ YouTube Summarizer is a Streamlit-based web application that allows users to gen
- YouTube Data API
- Python-dotenv
## Project Structure
- `src/main.py`: Main Streamlit application
@ -70,4 +74,4 @@ WTFPL License
## Credits
Icon: "https://www.flaticon.com/free-icons/subtitles" by Freepik - Flaticon
Icon: "https://www.flaticon.com/free-icons/subtitles" by Freepik - Flaticon

BIN
screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 KiB