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
- Python 3
- Django
- Download python3 from here
- Download pip (if not installed directly through python)
- Run the following commands
- pip install -r requirements.txt
- python manage.py makemigrations
- python manage.py migrate
- python manage.py runserver
We are not using serializer or other concepts to reduce the complexity and easy flexibility of the application