alanoee commited on
Commit
499336f
·
verified ·
1 Parent(s): eb6ec5d

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +6 -4
  2. model/best_model.keras +2 -2
README.md CHANGED
@@ -158,11 +158,13 @@ python scripts/train_model.py
158
 
159
  ## Technical Details
160
 
161
- - **Architecture**: 3-layer CNN with BatchNormalization, GlobalAveragePooling, and data augmentation
162
- - **Input**: 28x28 grayscale images
163
- - **Dataset**: Google Quick Draw! numpy bitmap format
 
 
164
  - **Framework**: TensorFlow/Keras
165
- - **Model size**: ~6.4 MB
166
  - **Inference time**: <100ms
167
  - **API**: Flask with rate limiting and CORS
168
 
 
158
 
159
  ## Technical Details
160
 
161
+ - **Architecture**: 4-layer CNN (32→64→128→256 filters) with BatchNormalization, GlobalAveragePooling2D, and online data augmentation (rotation, translation, zoom)
162
+ - **Input**: 28×28 grayscale images (resized from canvas, colors inverted to match training format)
163
+ - **Dataset**: Google Quick Draw! numpy bitmap format, 15,000 samples per class
164
+ - **Training split**: 70% train / 12.5% val / 17.5% test (stratified)
165
+ - **Validation accuracy**: ~72% across 120 classes (random baseline: ~0.8%)
166
  - **Framework**: TensorFlow/Keras
167
+ - **Model size**: ~5.9 MB
168
  - **Inference time**: <100ms
169
  - **API**: Flask with rate limiting and CORS
170
 
model/best_model.keras CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5d78526921aecdead462488e540a7e2214a00f00e2dbc2fe48e2f7ed93b3b691
3
- size 6639665
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff10525980803a6b0115c58ef8274b44c770ac16ddf8c49174e90c4512d70eae
3
+ size 6139073