An open API service indexing awesome lists of open source software.

https://github.com/thanhvie/iris-class-vndatasmart

An example of logistic regression machine learning application to classify objects
https://github.com/thanhvie/iris-class-vndatasmart

flask github-actions heroku-deployment labeled-data linear-regression machine-learning python

Last synced: 2 months ago
JSON representation

An example of logistic regression machine learning application to classify objects

Awesome Lists containing this project

README

          

# 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 .
```
### Step 2: Run the container
```
docker run -p 5000:5000 -d
```

## Run with docker-compose
```
docker-compose up
```

## You can also check in the app at link below
https://iris-class-vndatasmart.herokuapp.com/