Language + Chingu(Korean word for 'friend') = LangGu
LangGu helps you with your journey of acquiring a new language.
- Sentence translation
- Sentence correction
- Sentence break-down (explanation)
- Separate prompt editor (marimo)
- Enhancement of existing features
- Personalized dictionary
pip install uv; uv pip install -r pyproject.toml
GOOGLE_API_KEY=your_api_key
uv run streamlit run page.py
uv run marimo edit prompt_editor.py
Lock requirements defined in pyproject.toml
to requirements.txt via
uv pip compile pyproject.toml -o requirements.txt