Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 698 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 698 Bytes

sunbird-ai-api-experimental

An experimental version of the Sunbird AI that incorporates language ID and explores the translation of longer text documents.

API Passing Coverage Status

How to run the application

  • 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.