Skip to content

BigDataRPG/jlpt_learning_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JLPT Learning App

License Issues Stars

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.

Features

  • 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.

Installation

To get started with the JLPT Learning App, follow these steps:

  1. Clone the repository:

    git clone https://github.com/BigDataRPG/jlpt_learning_app.git
    cd jlpt_learning_app
  2. Install Poetry (if not already installed):

    pip install poetry
  3. Install the dependencies:

    poetry install

Usage

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.

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any changes or improvements.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any questions or feedback, please open an issue on the GitHub repository.


© 2024 BigDataRPG. All rights reserved.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages