varshakolanu commited on
Commit
0284b07
·
verified ·
1 Parent(s): 2c3bc9f

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -0
requirements.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Flask
2
+ requests
3
+ # For AI Model Development (install specific versions for consistency)
4
+ scikit-learn==1.4.0
5
+ transformers==4.39.3
6
+ torch==2.3.0
7
+ # Add any other libraries you anticipate needing for your AI model
8
+ # For example, if you're doing text analysis:
9
+ # nltk==3.8.1
10
+ # Or for data manipulation:
11
+ pandas==2.2.1
12
+ numpy==1.26.4