JLPT Learning App is a web application designed to help users learn Japanese words and prepare for the JLPT exam. The app provides features to memorize words with sentence examples, pronunciation with sound, and pictures for each sentence example and word.
- Word Memorization: Select and learn Japanese words with contextual sentence examples.
- Pronunciation: Hear the pronunciation of words and sentences using text-to-speech.
- Images: Visualize words and sentences with relevant images.
- Random Word Selection: Randomly select a word from a CSV file.
- Example Sentences: Generate example sentences using LLMs.
To get started with the JLPT Learning App, follow these steps:
-
Clone the repository:
git clone https://github.com/BigDataRPG/jlpt_learning_app.git cd jlpt_learning_app
-
Install Poetry (if not already installed):
pip install poetry
-
Install the dependencies:
poetry install
To run the JLPT Learning App, use the following command:
poetry run streamlit run jlpt_learning_app/app.py
This will start the Streamlit app, and you can access it in your web browser at http://localhost:8501
.
Contributions are welcome! Please open an issue or submit a pull request for any changes or improvements.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or feedback, please open an issue on the GitHub repository.
© 2024 BigDataRPG. All rights reserved.