This project contains a small web application written in Rust with the Leptos framework, it can generate flashcards compatible with Quizlet, Vaia and Anki for both Chinese and Japanese.
Remember the env variables needed for the server binary:
export LEPTOS_OUTPUT_NAME="leptos_start"
export LEPTOS_SITE_ROOT="site" #necessary
export LEPTOS_SITE_PKG_DIR="pkg"
export LEPTOS_SITE_ADDR="127.0.0.1:3000"
export LEPTOS_RELOAD_PORT="3001"
You can also help do this and more projects, Buy me a coffee
This site uses the JMdict/EDICT and KANJIDIC dictionary files. These files are the property of the Electronic Dictionary Research and Development Group , and are used in conformance with the Group's licence.
This site uses the CC-CEDICT dictionary files and are used in conformance with its license.
For OCR this project makes use of the awesome oar-ocr crate and it's models. For more information take a look here.