-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
43 lines (33 loc) · 838 Bytes
/
Copy pathrequirements.txt
File metadata and controls
43 lines (33 loc) · 838 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
# Python version
python==3.8.10
# Deep Learning Frameworks
tensorflow==2.11.0
torch==1.13.1
transformers==4.25.0
# Web Frameworks
Flask==2.2.3
Django==4.1.3
# Natural Language Processing (NLP) Libraries
nltk==3.8.1
spacy==3.4.4
textblob==0.17.1
# For code generation and handling Java to Python conversion
jpype1==1.4.0
py4j==0.10.9.7
# Additional Libraries for Optimization and Model Serving
scikit-learn==1.1.3
pandas==1.5.1
numpy==1.23.3
# For handling API requests and serving the model
requests==2.28.1
gunicorn==20.1.0
# For logging and monitoring
loguru==0.6.0
# For data processing (if necessary for training or handling input data)
matplotlib==3.6.0
seaborn==0.11.2
# Other Utilities
flask-cors==3.1.1 # To handle CORS issues
pytest==7.2.2 # For testing and validation
# Miscellaneous utilities
python-dotenv==0.21.1