import SoftwareDeveloper from 'lrsb';
class Bio extends SoftwareDeveloper {
now = 'Student';
education = 'Polytechnic of Milan';
location = 'Milan, IT';
}
class Skills {
languages = ['Java', 'Swift', 'MATLAB', 'Python', 'JS', 'Kotlin', 'C'];
databases = ['MongoDB', 'PostgreSQL'];
hw = ['BLE', 'ESP-8266', 'ESP-32', 'ISO-14443', 'ISO-7816', 'LoRa'];
}
🧠 Artificial Neural Network and Deep Learning course challenges: (🔗Code)
- Reached 92.2% accuracy, 64.4% IoU, 63.5% accuracy for image classification, segmentation and VQA challenges respectively
🎮 Adrenaline board game: (🔗Code)
- A Java implementation of a first person shooter board game made by Czech Games
- Remote gaming over different technologies: HTTP/WebSocket, Socket, RMI
🚀 Computer Graphics project: (🔗Code | 🕹️Demo)
- A Javascript implementation of a missile simulator with custom GLSL shaders
📊 Prevent overcrowding in exhibitions using FogFlow: (🔗Code | 📄Paper)
- Prevent overcrowding in an exhibition using cameras
- The overall number of visitors is reported to the cloud for information aggregation
🚕 Digital Logic Design project: (🔗Code | 📄Paper (ITA))
- A VHDL implementation of a Manhattan distance calculator
- Extensive testing on TravisCI using GHDL