m-zabieglinski / FlaskPerceptron

A single perceptron trained on the Iris dataset and deployed using Flask. Includes a dockerfile.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlaskPerceptron

A simple Python script that uses a perceptron made by S. Zając during a RTA class based on Iris dataset.

The perceptron is defined and pickled by perceptron.py and unpickled and used as its model by app.py which hosts it using Flask.

A dockerfile is included that will create a running docker image of the application if all files are in the same folder.

About

A single perceptron trained on the Iris dataset and deployed using Flask. Includes a dockerfile.

License:Apache License 2.0


Languages

Language:Python 93.1%Language:Dockerfile 6.9%