Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 785 Bytes

File metadata and controls

27 lines (21 loc) · 785 Bytes

ML Servers

Many ML models are being created as a research phase and not being used in any manner. We are on a mission to make a platform to deploy these ML models with an API interface to interact

Technologies used

  1. Python 3
  2. Django

Installation instructions

  1. Download python3 from here
  2. Download pip (if not installed directly through python)
  3. Run the following commands
  4. pip install -r requirements.txt
  5. python manage.py makemigrations
  6. python manage.py migrate
  7. python manage.py runserver

Notes

We are not using serializer or other concepts to reduce the complexity and easy flexibility of the application