/FlaskPerceptron

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

Primary LanguagePythonApache License 2.0Apache-2.0

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.