-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.json
32 lines (28 loc) · 1.11 KB
/
project.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"project":[
{
"Title": "Custom Wireless Joystick Development with Arduino and Linux Integration",
"description_it": "My thesis project, developed in collaboration with the Department of Computer, Control and Management Engineering of Sapienza University of Rome.",
"link": "assets/docs/thesis.pdf",
"img": "assets/images/thesis.png"
},
{
"Title": "DunkZone",
"description_it": "Social Network for NBA fans",
"link": "https://github.com/dunkz0ne/website",
"img": "assets/images/dunkzone.jpg"
},
{
"Title": "rizik0",
"description_it": "Risk board game online multiplayer",
"link": "https://rizik0.ovh",
"img": "assets/images/rizik0.png"
},
{
"Title": "Obesity Prediction",
"description_it": "Machine Learning project, that uses a lot of different algorithms to predict obesity",
"link": "assets/docs/obesity.html",
"img": "assets/images/obesity.png"
}
]
}