LaTeX symbol classifier as a webservice. This is the frontend. Uses https://github.com/kirel/detexify-hs-backend as the backend.
$ bundle
$ bundle exec dotenv middleman
$ bundle exec middleman build
$ bundle exec dotenv rackup
This runs the frontend locally using the production backend. It is configured via environment variables. To setup the backend locally see https://github.com/kirel/detexify-hs-backend
Check if all symbols are compiling: $ rspec spec
reminder for myself source ~/.aws
You need Latex installed!
Symbols are configured in lib/latex/symbols.yml.
$ rspec spec
For me:
$ bundle exec rake symbols:sprite
git push heroku master
$ bundle exec dotenv rake populate
(uses TRAINCOUCH
to populate CLASSIFIER
- see .env for defaults)
Copyright (c) 2009 Daniel Kirsch, released under the MIT license, see MIT-LICENSE