- Sample script for "Learn Japanese🇯🇵 with Python🐍"
- Set up your environment variable for AWS Access Key and DeepL API Key
$ cp export.sh.sample export.sh
$ vi export.sh
$ source export.sh
- Run sample script
$ python3.12 -m venv env
$ . env/bin/activate
(env) pip install -r requirements.txt
(env) streamlit run learn_jp.py