Skip to content

davequinta/DefaultClassifier-RestAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Default Classifier API

This repository cointains the API for the AI Solutions.

ML Models:

  1. Default Risk Model

Stack

  • Django - REST API
  • sklearn - ML Model
  • Docker - Container

To run the server

  1. Install python and Django
  2. cd .\backend\server
  3. Run the command: python manage.py runserver

Commands for the testings

  • python manage.py test.apps.ml.tests - For the ML Code testing
  • python manage.py test.apps.endpoints.tests - For the Server Code testing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published