Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 551 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 551 Bytes

simple_ml_model

Build Status

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