Skip to content

fabiom91/DSLE_dockerised

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DISCLAIMER: This repository contains a modified version of this API: https://zenodo.org/record/3666486 Which is the result of a project of the Politecnico of Turin (Italy). You can find the original journal paper here: https://ieeexplore.ieee.org/document/9202557

Documentation:

You can find the original documentation at the following links:

However if you need more details on how to run the API and make a competition, please read this article: https://towardsdatascience.com/run-a-machine-learning-competition-for-free-today-9e87a9f5c00

DSL Competitions submission tool

Setup

  1. Create a virtual environment with Python 3 (>= 3.6 recommended)
  2. Run
pip install -r requirements.txt
  1. Create a new database
db.create_all() # TODO: Expand on this
  1. Do some additional setting up
  2. Launch server
python app.py

About

A Dockerised container for the ML Competition app: https://zenodo.org/record/3666486#.YW6WYy8w30o

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published