Spaces:
Sleeping
Sleeping
File size: 725 Bytes
4258fbd 0277e30 4258fbd 290b40e 0277e30 bbbc3e5 0277e30 290b40e 4258fbd 0277e30 4258fbd 0277e30 4258fbd 0277e30 4258fbd 0277e30 4258fbd 0277e30 4258fbd 0277e30 4258fbd 0277e30 |
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 |
# Streamlit for the frontend interface streamlit # Flask for backend API Flask # Werkzeug for Flask compatibility Werkzeug # Joblib for loading and saving models joblib # Numpy for numerical computations numpy # Scipy for scientific computing (required by scikit-learn) scipy # Scikit-learn for machine learning model scikit-learn # PIL (Python Imaging Library) for image processing Pillow # OpenCV for image and video processing opencv-python-headless # Streamlit WebRTC for video streaming streamlit-webrtc # (Optional) Flask-CORS for handling CORS requests in Flask Flask-Cors # (Optional) Requests for sending HTTP requests requests # (Optional) Python-dotenv for managing environment variables python-dotenv |