A simple Flask application that can serve predictions machine learning model. Reads a pickled sklearn model into memory when the Flask app is started and returns predictions through the /predict ...
The project is designed using a decoupled layered architecture conforming to the Repository pattern, isolating data storage mechanisms from the business and delivery layers ...