-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
48 lines (31 loc) · 657 Bytes
/
requirements.txt
File metadata and controls
48 lines (31 loc) · 657 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
# Framework Web Application:
Django==6.0
# Data Manipulation Libraries:
numpy==2.2.4
pandas==2.3.3
# Data Visualization Libraries:
matplotlib==3.10.8
seaborn==0.13.2
# Data Analysis Libraries:
scipy==1.16.2
scikit-learn==1.8.0
# Machine Learning Libraries:
tensorflow==2.19.0
keras==3.13.0
tensorflow==2.19.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.4
# Database Libraries:
sqlalchemy==2.0.45
psycopg2-binary==2.9.11
# Jupyter Notebook Libraries:
jupyter==1.1.1
notebook==7.4.7
ipywidgets==8.1.8
# Other Useful Libraries:
joblib==1.5.1