Skip to content

WebdevteamIG/MLservers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

To deploy ML models with an API interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages