Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 654 Bytes

File metadata and controls

17 lines (14 loc) · 654 Bytes

Interactive Streamlit app for reading practice with automatic word-by-word and sentence translations (Dutch ⇄ Arabic).

Language Reader Supertool

An interactive Streamlit app for learning languages.
Features:

  • Paste your own text and get per-word translations (hover).
  • ℹ️ icon after each sentence for sentence translation.
  • Supports Dutch ⇄ Arabic out of the box (extendable to more languages).
  • Runs locally or on Streamlit Community Cloud.

Run locally

git clone https://github.com/YOURNAME/language-reader-supertool.git
cd language-reader-supertool
pip install -r requirements.txt
streamlit run app_textvak.py