This is ML as a service endpoint where users can upload algorightms/models and also make request for prediction on the algorithm.
$ pipenv install -r requirements.txt
Then to activate env
$ pipenv shell
$ pip install -r requirements.txt
$ python manage.py runserver
Then open url :: http://127.0.0.1:8000/api/v1 in your browser
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
You can use showmigration to list projects migration.
python manage.py test
This model predicts whether a particular user will have salary above or beloe 50k.
For more details Reaserch directory.