Post
1457
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
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