Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Web framework for the UI
|
2 |
+
gradio>=4.0.0
|
3 |
+
|
4 |
+
# Google API Client Libraries for YouTube Data API
|
5 |
+
google-api-python-client>=2.80.0
|
6 |
+
google-auth-oauthlib>=0.5.1
|
7 |
+
google-auth-httplib2>=0.1.0
|
8 |
+
|
9 |
+
# Library to fetch YouTube video transcripts
|
10 |
+
youtube-transcript-api>=0.6.0
|