This repository can be used as a starting point to build your basic Deep Learning classification model on the IRIS dataset and deploy it on the cloud using Azure
The dataset used for this model is the IRIS dataset and the model is capable to classify input data into one of the three classes
The code for a basic sequential model using tensorflow is within the notebook IRIS.ipynb
The code for connecting to Azure and then load in the model locally for testing is within the notebook Azure_Model_Deployment.ipynb
If you have git set-up locally then fork the repository first then clone it to your local machine, if not then you can download the whole repository as a zip file and extract all the notebooks and the files from it