This repository contains example code of using ModelChimp with tensorflow Framework
pip3 install modelchimpIts assumed that tensorflow is already installed
Create the project in modelchimp and copy the project key to the code in main.py
tracker = Tracker('<PROJECT KEY>', host='localhost:8000', experiment_name='MNIST Classification') #MODELCHIMPExecute the code with the following command
python3 main.py
