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