Models RJ SMS A API to serve the models of NEDTec/SMS. Run the project 1. Create .env file Use the .env.example file as a reference and create your own .env file. 2. Run the project Use Docker Compose: docker compose up -d Use FastAPI: uvicorn app.main:app --reload