Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alessiamarcolini/myq
- Owner: alessiamarcolini
- Created: 2019-03-20T09:52:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-02T21:58:46.000Z (almost 4 years ago)
- Last Synced: 2023-03-12T01:02:52.128Z (almost 2 years ago)
- Topics: deep-learning, neural-network
- Language: Jupyter Notebook
- Size: 82.7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```