Spaces:
Build error
Build error
File size: 318 Bytes
e39eb02 2eecfbc e39eb02 2eecfbc e39eb02 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
---
license: mit
title: Number Detect
sdk: streamlit
colorFrom: yellow
colorTo: yellow
short_description: allows users to draw handwritten numbers and receive predict
---
# Number Detect
Draw a Number
## Install
```
$ sudo pip install -r requirements.txt
$ streamlit run app.py
```
 |