digit-draw-detect / README.md
Andrey
Initial commit.
b683920

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:

git lfs install
git lfs track "*.psd"
git add .gitattributes