-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
49 lines (32 loc) · 675 Bytes
/
requirements.txt
File metadata and controls
49 lines (32 loc) · 675 Bytes
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
39
40
41
42
43
44
45
46
47
48
# Framework Web Application:
streamlit==1.52.2
Django==6.0
# Data Manipulation Libraries:
numpy==2.3.5
pandas==2.3.3
# Data Visualization Libraries:
matplotlib==3.10.7
seaborn==0.13.2
# Data Analysis Libraries:
scipy==1.16.3
scikit-learn==1.8.0
# Machine Learning Libraries:
tensorflow==2.20.0
keras==3.13.0
tensorflow==2.20.0
keras==3.13.0
# Natural Language Processing Libraries:
nltk==3.9.2
spacy==3.8.11
# Web Scraping Libraries:
beautifulsoup4==4.14.3
requests==2.32.5
# Database Libraries:
sqlalchemy==2.0.45
psycopg2-binary==2.9.11
# Jupyter Notebook Libraries:
jupyter==1.1.1
notebook==7.5.0
ipywidgets==8.1.8
# Other Useful Libraries:
joblib==1.5.2