/MLaaS-API

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

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