Skip to content

An example of logistic regression machine learning application to classify objects

Notifications You must be signed in to change notification settings

thanhvie/iris-class-vndatasmart

Repository files navigation

iris-class-vndatasmart

An Python application with full CI/CD pipeline

Run the app

Run on local environment

python3 server.py

Run with docker

Step 1: Build docker image

docker image build -t <your-image-name> .

Step 2: Run the container

docker run -p 5000:5000 -d <your-image-name>

Run with docker-compose

docker-compose up

You can also check in the app at link below

https://iris-class-vndatasmart.herokuapp.com/

About

An example of logistic regression machine learning application to classify objects

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published