Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 350 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 350 Bytes

e2e-ml_model-management

e2e-ml_model-management is the back-end server of the e2e-ml project.

The server is responsible for model training using time-series data and serves the trained models for real-time prediction behind our API. The server supports simultanious training and predictions and use FastAPI web-framework to handle API calls.