Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alessiamarcolini/myq

MyQ: Open Innovation Challenge 2018-2019
https://github.com/alessiamarcolini/myq

deep-learning neural-network

Last synced: 1 day ago
JSON representation

MyQ: Open Innovation Challenge 2018-2019

Awesome Lists containing this project

README

        

# MyQ
## Open Innovation Challenge 2018 - 2019
#### Fondazione Bruno Kessler, Istituto Pavoniano Artigianelli per le Arti Grafiche, Trento Alta Formazione Grafica, Università di Trento

### Setup
```bash
git clone https://github.com/alessiamarcolini/MyQ.git
cd MyQ
conda create -n myenv python=3.6
conda activate myenv
pip install -r requirements.txt
```