Spaces:
Running
Running
Yannael_LB
commited on
Commit
·
6bc298f
1
Parent(s):
aef7231
Update
Browse files- requirements.txt +1 -5
- utils.py +0 -4
requirements.txt
CHANGED
@@ -1,6 +1,2 @@
|
|
1 |
-
youtube-transcript-api
|
2 |
-
openai
|
3 |
gradio
|
4 |
-
|
5 |
-
groq
|
6 |
-
python-dotenv
|
|
|
|
|
|
|
1 |
gradio
|
2 |
+
|
|
|
|
utils.py
CHANGED
@@ -1,10 +1,6 @@
|
|
1 |
import json
|
2 |
-
import re
|
3 |
|
4 |
|
5 |
-
import numpy as np
|
6 |
-
from sklearn.feature_extraction.text import TfidfVectorizer
|
7 |
-
from sklearn.metrics.pairwise import cosine_similarity
|
8 |
|
9 |
|
10 |
########################### Chapter rendering functions ###########################
|
|
|
1 |
import json
|
|
|
2 |
|
3 |
|
|
|
|
|
|
|
4 |
|
5 |
|
6 |
########################### Chapter rendering functions ###########################
|