Expose python machine learning project as REST API
This project is maintained by msank00
preprocessing
, training
and prediction
API along with logging
and basic error
handling facility.flask
simple_api/
directory here.FastAPI
:Swagger helps for API documentation which is quite helpful and a good practice.
swagger_api/
directory here.FastAPI
with Redis
(message queue
approach)requirement.txt
filefastapi
[click here]