Langu Instructions to run Running the API cd api get some sentences (from tatoeba) use tsv_to_db.py to put them into sqlite database pip install -r requirements.txt gunicorn sentences_api:app Developing the front end cd langu npm install npm run dev