Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 393 Bytes

File metadata and controls

17 lines (14 loc) · 393 Bytes

MLaaS-API

  • Django models to store ML algorithms and requests in SQL.
  • URL routing for A/B Testing.
  • REST API with Django REST Framework serializer.
  • Dockerfiles.

To build docker images please run:

sudo docker-compose build

To start the docker images please run:

sudo docker-compose up

Then you would have the running server at the address http://0.0.0.0:8000/api/v1/.