Hiragata is an AI powered Japanese learning app, ckeck it out at hiragata.com
Other repos that are a part of Hiragata project:
Repo | Description |
---|---|
Hiragata | React based front-end |
Hiragata_ai | Source code of the AI model |
test-hiragata-ai | web-app for AI model testing and visualization |
japanese-fonts-dataset | Source for a small font-based dataset |
- Clone the repository
- Navigate to repo root
- Install packages
npm ci
- Create an env file
cp .env.example.env .env
- Run the app
npm run start
- Add a feature or fix a bug and submit a pr :D