A Webapp to Recognize Digit by Drawing and Voice
Clone the repository and follow the given steps to run the web app locally
python -m venv env
"\env\Scripts\activate"
pip install -r requirements.txt
python manage.py runserver
5. Now just go to your localhost (usually http://127.0.0.1:8000/) in your browser
Watch this Youtube video
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.