spolo96
Expert Data Scientist and MSc. Computer Science student with focus in Artificial Intelligence and Machine Learning.
Milán, Italia
Pinned Repositories
aapp-retiming_project
An implementation and study of Retiming paper [1] in the AAPP class of Polimi.
ANNDL_Homework_Image_Classification
1st Homework Project for ANNDL
ANNDL_Homework_Image_Segmentation
2nd Homework Project for Artificial Neural Networks and Deep Learning in Politecnico di Milano.
automatic-stream-highlights
This project is my custom implementation of Zulko's Automatic Soccer Highlights in order to use it for my streamings.
Benchmark-UnityTest2
A short program to test Unity as it spawns a cube wherever it's clicked in order to test the collisions with a counter. Deactivate Rotation by pressing S.
Fake-news-detection-study
Fake News Detection study on several ML Models with state-of-the-art algorithms and datasets.
Partition-Into-Perfect-Matchings-Graph
An approach about the NP-Hard problem: Partition Into Perfect Matchings, in which I worked in the class of Complexity and Algorithms, in Universidad del Norte, which I wanted to share with the world.
simple-webscrapper-python
A simple webscrapper project for Python for learning purposes.
SonidosApp
A short app testing the power and simple way of making apps with the Ionic Framework. The app consists of a list of animals that play a sound, can be arranged or eliminated. Refreshing the app will reset them.
spolo96's Repositories
spolo96/Benchmark-UnityTest2
A short program to test Unity as it spawns a cube wherever it's clicked in order to test the collisions with a counter. Deactivate Rotation by pressing S.
spolo96/wolfdit
Part 3 of my personal rails course learning. This one is a customized clone of Reddit, that allows users to post, comment and delete stuff.
spolo96/aapp-retiming_project
An implementation and study of Retiming paper [1] in the AAPP class of Polimi.
spolo96/ANNDL_Homework_Image_Segmentation
2nd Homework Project for Artificial Neural Networks and Deep Learning in Politecnico di Milano.
spolo96/automatic-stream-highlights
This project is my custom implementation of Zulko's Automatic Soccer Highlights in order to use it for my streamings.
spolo96/Benchmark-UnityTest1
A short program to test Unity as it spawns a lot of cubes and has a FPS counter.
spolo96/Best-README-Template
An awesome README template to jumpstart your projects!
spolo96/BusquedaBinariaNR
A program made in Algorithms and Complexity class. It's the java implementation of the non recursive binary search.
spolo96/code4wolves-tutorial
The step by step tutorial for learning Ruby On Rails made by Leo Trieu with some customs modifications. The project is part of a personal "course" to learn Rails.
spolo96/Fake-news-detection-study
Fake News Detection study on several ML Models with state-of-the-art algorithms and datasets.
spolo96/flask
The Python micro framework for building web applications.
spolo96/gaming-text-speech-recognition
A short repository where I test the upcoming SPEECH RECOGNITION feature for my Automatic Video Uploader Project.
spolo96/GeneradorPerfectMatching
A short program in the Algorithms and Complexity class, where you can generate a graph with a specific number of nodes and get a perfect matching graph if it exists.
spolo96/HTML-CSS
A very simple landing page made with HTML and CSS.
spolo96/keras-yolo3
Training and Detecting Objects with YOLO3
spolo96/MinimumSpanningTree
Java implementation of the Minimum Spanning Tree algorithm for my course of Algorithms and Complexity.
spolo96/ProductMarket
a web project to test react redux along with previous content like semantic ui for learning purposes.
spolo96/qrScannerApp
A simple app where I develop a qrScanner with the camera resource of a cellphone using Ionic as a learning exercise.
spolo96/RecursiveFunctions
A program that features various recursive functions in separated tabs made in a special panel. The functions are: Fibonacci, Ackermann, Factorial, Binary Search and Number File Search. Made in the Algorithms and Complexity class.
spolo96/simple-webscrapper-python
A simple webscrapper project for Python for learning purposes.
spolo96/SmashBot
The AI that beats you at Melee
spolo96/SonidosApp
A short app testing the power and simple way of making apps with the Ionic Framework. The app consists of a list of animals that play a sound, can be arranged or eliminated. Refreshing the app will reset them.
spolo96/SpotiWolf
A short html/css program to test my knowledge while trying to recreate the Spotify Landing Page.
spolo96/Stress-Detection
Stress Detection module which classifies stressed faces and define stress level
spolo96/vaderSentiment
VADER Sentiment Analysis. VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based sentiment analysis tool that is specifically attuned to sentiments expressed in social media, and works well on texts from other domains.
spolo96/WolfGamingSite
A short project where I test the React Router in React with Semantic UI. A simple gaming channel for the project was made.
spolo96/ANNDL_Homework_Image_Classification
1st Homework Project for ANNDL
spolo96/Partition-Into-Perfect-Matchings-Graph
An approach about the NP-Hard problem: Partition Into Perfect Matchings, in which I worked in the class of Complexity and Algorithms, in Universidad del Norte, which I wanted to share with the world.
spolo96/python-sample-vscode-flask-tutorial
Sample code for the Flask tutorial in the VS Code documentation