File size: 366 Bytes
5182668
 
b683920
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# digit-draw-detect
 An app for handwritten digit detection

steps:
* use git lfs for the model +
* write better code +
* convert model to onnx or some other format?
* deploy bare working app, without nice things
* make better design
* think about descriptions on the site

On using git lfs:
```shell
git lfs install
git lfs track "*.psd"
git add .gitattributes
```