simple_ml_model This is the abstract ml project for testing MLops pipeline Prerequisites conda docker Installation pip3 install -r requirements.txt Usage python3 app.py -h Usage via docker docker build -t simple_ml:latest . docker run simple_ml -h