Join the conversation

Join the community of Machine Learners and AI enthusiasts.

Sign Up
OppaAI 
posted an update 1 day ago
Post
1719
Got side-tracked this week building an app for Learning and Practicing Japanese. It's not too fancy and there will some flaws here and there. But since I'm just using it to learn and practice Japanese myself, I think I will just finalize it now and move on back to review Phase 1 of the AI Agent itself.

Did not use much of the LLM to gen the vocab.
Hallucination happens sometimes causing gibberish and mistakes in the phrases. Thanks evanclan/OpenJLPT (https://github.com/evanclan/OpenJLPT) for providing the datasets for N5->N1 vocabs and grammar datasets.

My LLM server is mainly doing conversation practice, spawning extra vocabs, and for ASR/TTS voice input/output.

🔗Front-End app: https://github.com/OppaAI/Aiko-Lingo
🔗Back-End server: https://github.com/OppaAI/Aiko-chan
In this post