mirror of
https://github.com/tcsenpai/youlama.git
synced 2025-06-06 11:15:38 +00:00
updated readme
This commit is contained in:
parent
eb125fcac4
commit
96ad736734
@ -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.
|
||||
|
||||

|
||||
|
||||
## 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
BIN
screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 208 KiB |
Loading…
x
Reference in New Issue
Block a user