The project is based on Kaggle Competition: Digit Recognizer.
- Programming Language:
TypeScript
- Framework:
React
- Third-party libraries used:
react-konva
: For drawing digit
- Third-party libraries used:
- Styling:
TailwindCSS
- Programming Language:
Python
- Framework:
Django
- Third-part libraries used:
celery
: For async classification taskchannels
: For websocket endpoint to give real-time update onCelery
task
- Third-part libraries used:
- Dependency:
Celery
Workersredis
: ForCelery
broker andChannel Layer
for websocket support
$ git clone https://github.com/rexes-ND/digit-recognizer
$ cd digit-recognizer
$ docker compose up --build
# Now you can access http://localhost:5173/ via browser