Introduction - If you have any usage issues, please Google them yourself
This project consists of four scripts:
1. _create_model_1.py_ - Creates a model model.ckpt file based on the beginner tutorial.
2. * create_model_2.py * - Creates model model2.ckpt file based on expert tutorial.
3. *predict_1.py * - Use the model.ckpt (beginner tutorial) file to predict the correct integer for the handwritten number in the .png file.
4. *predict_2.py * - Use the model2.ckpt (Expert Tutorial) file to predict the correct integer for the handwritten number in the .png file.
### Dependencies
The following Python library is required.