These projects represent a collection of my personal endeavors and projects, developed during my own time outside of professional work.
Technologies
Eventum is an app that lets you track various sources of events you’re interested in. With integrations spanning football, NBA, TV series, and more, it offers a comprehensive platform for staying updated.
Available at https://apps.apple.com/ar/app/eventum/id1455704418
Technologies: Python
I developed a Wikiquote’s scraper, which I then used to create a bot that tweets famous quotes. This bot provides daily inspiration and wisdom from a range of historical and contemporary figures.
The bot is located here: https://twitter.com/QuoteBot17
Technologies: Unity, Augmented Reality
While following a udemy course, I made this ARZombies game: a first person survival shooter.
Technologies: React Native + Viro React (AR framework)
Augmented reality (AR) app that shows a portal to visualize the company surroundings. This portal consisted of 360 Images and videos of different locations, the user could then cycle through those locations. This project was showcased by TGS (www.tgs.com.ar) in Argentina Oil&Gas 2019 event. The app run in an iPad pro which was positioned at the stand of the company.
Technologies: Python, Machine learning, Caffe
Title: Object Detection Based on Convolutional Neural Networks Trained on Synthetically Generated Data
The goal of my master thesis was to:
Here’s an example of object detection processed by the CNN trained with synthetic images:
You can check my thesis here
Technologies
I made a dashboard while working at Brubank. This was a simple project and I did it alongside my daily work (which consisted in iOS development).
Technologies: Elm, Functional Programming
Chess is one of my favorite games, and I made a chess using Elm and functional programming. Tackling chess in a different paradigm was really interesting. It lead me to understand chess in a different way.
For example to calculate checkmate, obtain all the possible piece movements (posibble boards) that can be generated from that particular board and check if there’s no possible way of defending the king.
The code is live here https://github.com/FranDepascuali/FunctionalChess
You could check it here, but heroku took it down :( https://functionalchess.herokuapp.com/