Subcontractor_Scoring / requirements.txt
varshakolanu's picture
Create requirements.txt
0284b07 verified
raw
history blame contribute delete
326 Bytes
Flask
requests
# For AI Model Development (install specific versions for consistency)
scikit-learn==1.4.0
transformers==4.39.3
torch==2.3.0
# Add any other libraries you anticipate needing for your AI model
# For example, if you're doing text analysis:
# nltk==3.8.1
# Or for data manipulation:
pandas==2.2.1
numpy==1.26.4