Note of the forker: This is the fork of the backend running at http://detexify.kirelabs.org/classify.html. This forked repo serves as a playground to understand the mechanics of the conversion of handdrawn symbols to TeX code.
- Haskell Platform
$ cabal install --only-dependencies
$ cabal build
$ dist/build/detexify-hs-backend/detexify-hs-backend
will run the webserver on port 3000. It will load training data from snapshot.json.
docker build -t kirel/detexify-hs-backend .
docker push kirel/detexify-hs-backend
ansible-playbook ansible/deploy.yml -i ansible/inventory
Copyright (c) 2009 Daniel Kirsch, released under the MIT license, see MIT-LICENSE