We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e20baff commit 651f6f2Copy full SHA for 651f6f2
requirements.txt
@@ -0,0 +1,41 @@
1
+
2
+# Framework Web Application:
3
+Django==5.1.6
4
5
6
+# Data Manipulation Libraries:
7
+numpy==2.2.3
8
+pandas==2.2.3
9
10
+# Data Visualization Libraries:
11
+matplotlib==3.10.1
12
+seaborn==0.13.2
13
14
+# Data Analysis Libraries:
15
+scipy==1.15.2
16
+scikit-learn==1.6.1
17
18
+# Machine Learning Libraries:
19
+tensorflow==2.18.0
20
+keras==3.8.0
21
22
+# Natural Language Processing Libraries:
23
+nltk==3.9.1
24
+spacy==3.8.3
25
26
+# Web Scraping Libraries:
27
+beautifulsoup4==4.13.3
28
+requests==2.32.3
29
30
+# Database Libraries:
31
+sqlalchemy==2.0.38
32
+psycopg2-binary==2.9.10
33
34
+# Jupyter Notebook Libraries:
35
+jupyter==1.1.1
36
+notebook==7.3.2
37
+ipywidgets==8.1.5
38
39
+# Other Useful Libraries:
40
+joblib==1.4.2
41
0 commit comments