An experimental version of the Sunbird AI that incorporates language ID and explores the translation of longer text documents.
- Create a virtual environment:
python -m venv venv
and activate it. - Install the requirements:
pip install -r requirements.txt
- Run the app:
uvicorn app.api:app --reload
.