Spaces:
Build error
Build error
latterworks
commited on
Commit
•
c8bc787
1
Parent(s):
416f153
Update requirements.txt
Browse files- requirements.txt +27 -5
requirements.txt
CHANGED
@@ -1,8 +1,30 @@
|
|
|
|
1 |
transformers
|
2 |
torch
|
|
|
3 |
openai
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Hugging Face and core machine learning libraries
|
2 |
transformers
|
3 |
torch
|
4 |
+
sentence-transformers
|
5 |
openai
|
6 |
+
coda-sdk
|
7 |
+
|
8 |
+
# Data manipulation and visualization
|
9 |
+
pandas
|
10 |
+
numpy
|
11 |
+
matplotlib
|
12 |
+
seaborn
|
13 |
+
plotly
|
14 |
+
|
15 |
+
# NLP and text processing
|
16 |
+
nltk
|
17 |
+
spacy
|
18 |
+
textblob
|
19 |
+
|
20 |
+
# Image and audio processing
|
21 |
+
opencv-python-headless
|
22 |
+
Pillow
|
23 |
+
librosa
|
24 |
+
pydub
|
25 |
+
|
26 |
+
# Web scraping and utility libraries
|
27 |
+
requests
|
28 |
+
beautifulsoup4
|
29 |
+
tqdm
|
30 |
+
python-dotenv
|