sudhirpgcmma02 commited on
Commit
5416039
·
verified ·
1 Parent(s): 29a55f7

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. Docker +1 -1
  2. requirements.txt +7 -0
Docker CHANGED
@@ -16,4 +16,4 @@ EXPOSE 7860
16
  EXPOSE 7860
17
 
18
  # Run both Flask and Streamlit together
19
- CMD ["bash", "-c", "python model/backend/app.py & streamlit run model/frontend/frontend_app.py --server.port=7860 --server.address=0.0.0.0"]
 
16
  EXPOSE 7860
17
 
18
  # Run both Flask and Streamlit together
19
+ CMD ["bash", "-c", "python model/backend/app.py & streamlit run model/frontend/Frontend_app.py --server.port=7860 --server.address=0.0.0.0"]
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+
2
+ fastapi
3
+ uvicorn[standard]
4
+ pandas
5
+ numpy
6
+ joblib
7
+ scikit-learn