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