mirror of
https://github.com/tcsenpai/youlama.git
synced 2025-06-07 03:35:41 +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.
|
YouTube Summarizer is a Streamlit-based web application that allows users to generate summaries of YouTube videos using AI-powered language models.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Fetch and cache YouTube video transcripts
|
- Fetch and cache YouTube video transcripts
|
||||||
@ -12,12 +14,14 @@ YouTube Summarizer is a Streamlit-based web application that allows users to gen
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
1. Clone the repository:
|
1. Clone the repository:
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/yourusername/youtube-summarizer.git
|
git clone https://github.com/yourusername/youtube-summarizer.git
|
||||||
cd youtube-summarizer
|
cd youtube-summarizer
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Install the required dependencies:
|
2. Install the required dependencies:
|
||||||
|
|
||||||
```
|
```
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
@ -32,6 +36,7 @@ YouTube Summarizer is a Streamlit-based web application that allows users to gen
|
|||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
1. Run the Streamlit app:
|
1. Run the Streamlit app:
|
||||||
|
|
||||||
```
|
```
|
||||||
streamlit run src/main.py
|
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
|
- YouTube Data API
|
||||||
- Python-dotenv
|
- Python-dotenv
|
||||||
|
|
||||||
|
|
||||||
## Project Structure
|
## Project Structure
|
||||||
|
|
||||||
- `src/main.py`: Main Streamlit application
|
- `src/main.py`: Main Streamlit application
|
||||||
@ -70,4 +74,4 @@ WTFPL License
|
|||||||
|
|
||||||
## Credits
|
## 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