-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
38 lines (35 loc) · 956 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
VidScribe
Instantly extract and summarize YouTube video transcripts with AI-powered technology. Explore video content like never before!
VidScribe Demo
Features
Extract YouTube video transcripts
Generate summaries of transcripts using AI-powered technology
User-friendly web app interface
Support for various languages
Installation
Clone the repository:
bash
Copy code
git clone https://github.com/divyendrajadoun/VidScribe.git
Make sure to replace "your_username" with your actual GitHub username.
Change to the project directory:
bash
Copy code
cd youtube-transcript-summarizer
Install the required dependencies:
bash
Copy code
pip install -r requirements.txt
Usage
Run the Streamlit app:
bash
Copy code
streamlit run app.py
Open the app in your browser at http://localhost:8501.
Contributing
Fork the repository.
Create a new branch for your feature or bugfix.
Commit your changes.
Push your changes to the new branch.
Create a pull request.
License