sushreen/AlphabetDoodleRecognition
0
Alphabet Doodle App
This folder contains the core files for the alphabet doodle recognition web app.
Contents
server.py— Flask backend with ResNet18 modeltemplates/index.html— Web UI for drawing lettersstatic/— Favicon and optional scripts/stylesresnet_emnist_letters_cpu.pth— Trained model weights (EMNIST Letters)
Run Locally
python server.pyApp will be available at http://localhost:7860
