This repository cointains the API for the AI Solutions.
- Default Risk Model
- Django - REST API
- sklearn - ML Model
- Docker - Container
- Install python and Django
- cd .\backend\server
- Run the command: python manage.py runserver
- python manage.py test.apps.ml.tests - For the ML Code testing
- python manage.py test.apps.endpoints.tests - For the Server Code testing