Projects

AI Songwriter assistant mobile
2022
By the time I was working on the AI Songwriter Assistent tool (a product of Moises.ai), I was also learning about Flutter, so I decided to try it out. Created an app from scratch and integrated with almost all of the features we had available by that time.

Mask detection
2021
On this project, me and my colleagues have built a system to detect whether someone is using or not the mask properly. This project was very cool to build since all my teammates were annoyed by people who were not respecting the protection protocols during the pandemics. We finetuned YoLo v5 models using a mixture of datasets found in the web. Check out our github repository

HERMES
2020
Me and some colleagues developed a website to help the brazilian society identify where were the incomings being spent during the pandemics. With this project, we won the 3rd place of OAB-PB Hackathon. Unfortunately, this project is not mantained anymore but you can still check out our work.

GANdido Portinari
2020
Candido Portinari (1903-1962) was a prominent Brazilian painter known for his unique style, blending Brazilian folk art, modernism, and social realism. Famous for his captivating depictions of ordinary people's lives, Portinari remains a significant figure in Brazilian and international art history. In this project, we scrapped most of Portinari's arts and trained a CycleGAN2. Our main goal was achieved: We could transfer the style of Candido Portinari to any inputed image, check out some samples in our repo!

Pill dispenser
2019
Worked as a developer on a project that aims on helping eldery people on keeping up with their medicines. All programmed in C++. The user can add and edit medicines, specifying which hour should the eldery take. It's also included functions to let someone if the medicine was not taken in the proper time. We've used Arduino UNO, LCD display, buzzers, buttons, GSM module - to send text messages and a RTC module to keep track of time.