Upload folder using huggingface_hub
Browse files- README.md +6 -4
- 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**:
|
| 162 |
-
- **Input**:
|
| 163 |
-
- **Dataset**: Google Quick Draw! numpy bitmap format
|
|
|
|
|
|
|
| 164 |
- **Framework**: TensorFlow/Keras
|
| 165 |
-
- **Model size**: ~
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ff10525980803a6b0115c58ef8274b44c770ac16ddf8c49174e90c4512d70eae
|
| 3 |
+
size 6139073
|