Skip to content

skshashankkumar41/Multifaceted-Digit-Recognizer

Repository files navigation

Multifaceted Digit Recognizer

A Webapp to Recognize Digit by Drawing and Voice

Usage

Clone the repository and follow the given steps to run the web app locally

1. Create a Virtual Environment in the directory

 python -m venv env

2. Activate your virtual environment using this command

 "\env\Scripts\activate"

3. Install the required packages using the following command and requirement.txt

 pip install -r requirements.txt

4. Now to run the server use the following command

 python manage.py runserver

5. Now just go to your localhost (usually http://127.0.0.1:8000/) in your browser

Results

Watch this Youtube video

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

A Web app to Recognize Digit by Drawing and Voice using Django and Tensorflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published