Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 321 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 321 Bytes

Models RJ SMS

  • 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