Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 940 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 940 Bytes

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