A neural network program for understanding mnist hand written numbers. This is a program in development , here i have made a simple nural network with 3 layers to understand handwritten number images from mnist dataset
neural2.mp4
First,clone the repository to your local machine:
git clone https://github.com/chetak123/mnist_nuralnetwork.git
Change the directory to mnist_proj1
cd mnist_proj1
Install the requirements:
pip install -r requirements.txt
Simply run the flask server:
python app.py or python3 app.py
The project will be avaliable at 0.0.0.0:5000