detexify-server

Crates.iodetexify-server
lib.rsdetexify-server
version0.4.0
sourcesrc
created_at2020-09-02 22:12:38.147633
updated_at2021-03-25 19:27:14.959126
descriptionRust port of the [detexify backend](https://github.com/kirel/detexify-hs-backend).
homepagehttps://github.com/zoeyfyi/detexify-rust/
repositoryhttps://github.com/zoeyfyi/detexify-rust/
max_upload_size
id284041
size36,303
Zoey Sheffield (zoeyfyi)

documentation

README

Detexify Server

Rust port of the detexify backend. Note, this only includes the /classify route (using the classifier snapshot found here), not the training or snapshot routes.

Run

ROCKET_PORT=3000 cargo run
Commit count: 38

cargo fmt