Skip to content

Commit 672e50e

Browse files
authored
Update README.md
1 parent aeef8ad commit 672e50e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
Welcome to the Handwritten Digit Recognition project! This project uses a Convolutional Neural Network (CNN) model trained on the MNIST dataset to recognize handwritten digits (0-9) from user inputs. This application provides a simple web interface where users can draw a digit, and the model will predict the number with high accuracy.
44

5+
Web App Link: https://itzdineshx.github.io/Handwritten-Digit-Recognition-system/
6+
57
![App Screenshot](download.png)
68

79
## Table of Contents
810
- [Project Overview](#project-overview)
9-
- [Demo](#demo)
11+
- [Implemtation and demo](#implementation-&-demo)
1012
- [Features](#features)
1113
- [Project Structure](#project-structure)
1214
- [Installation](#installation)
@@ -28,7 +30,7 @@ The application uses **HTML, CSS, and JavaScript** for the frontend and **Tensor
2830

2931
## Demo
3032

31-
Watch a complete walkthrough of the demo of project on YouTube: [YouTube Tutorial](Demo.webm)
33+
Watch a complete walkthrough of the demo of project on YouTube: [YouTube Tutorial]([Demo.webm](https://youtu.be/Ez78eXclSaQ?si=uoosrlkWJQDsGZwH))
3234

3335
In this video, you’ll learn:
3436
- How the model was trained.

0 commit comments

Comments
 (0)