This is our Jupyter Notebook script for training ML Model.
Before you can running this herbify_train_model.ipynb
you need to provide the following:
- Jupyter Notebook on AI Platform at GCP (make sure you pick the newest tensorflow, in this case we're using Tensorflow 2.4)
Run the command below step by step to make sure you're on the right track.
- Clone this repo via terminal
git clone https://github.com/herblabsai/herbify-train-model.git
- Change directory to herbify-train-model and then double-click
herbify_train_model.ipynb
- Read through the notebook and execute the code to perform the ML Model training.
- Go to the last code block in the notebook, and run that code block.