Basic steps to implement the project:
- Import the libraries and load the dataset
- Preprocess the data
- Create the model
- Train the model
- Evaluate the model
- Create GUI to predict digits
-
Cloning the Repository:
git clone https://github.com/mishra1683/Handwritten-digit-recognition.git
-
Setting up the Python Environment with the dependencies:
pip install -r requirements.txt
-
Running the Web App:
streamlit run main.py
-
Stopping the web app from the terminal:
Ctrl+C