Spaces:
Sleeping
Sleeping
Commit
Β·
dbc407b
1
Parent(s):
9bcef02
commit
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ with gr.Blocks(title="DoodleSense") as demo:
|
|
52 |
## π About This Project
|
53 |
- **Model**: Trained using TensorFlow/Keras on 30 QuickDraw classes.
|
54 |
- **Input**: 28x28 grayscale sketches (black strokes on white background).
|
55 |
-
- **Training Data**:
|
56 |
""")
|
57 |
|
58 |
input_image.change(predict_uploaded_image, inputs=input_image, outputs=output_label)
|
|
|
52 |
## π About This Project
|
53 |
- **Model**: Trained using TensorFlow/Keras on 30 QuickDraw classes.
|
54 |
- **Input**: 28x28 grayscale sketches (black strokes on white background).
|
55 |
+
- **Training Data**: 5000 samples per class from the QuickDraw dataset.
|
56 |
""")
|
57 |
|
58 |
input_image.change(predict_uploaded_image, inputs=input_image, outputs=output_label)
|