/ml-go-project

This is a very simple machine learning project. This project is using the iris dataset and will tell you which flower aligns closest with 4 measurements.

Primary LanguageJupyter Notebook

Simple Machine Learning Project

Overview

Using the iris data set I have trained a model, and built a web interface on top it to allow you to predict flower types.

Local Run

Open chrome with this command to allow the server to respond without a ssl cert

open -n -a /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --args --user-data-dir="/tmp/chrome_dev_test" --disable-web-security