Unlocking the power of Artificial Intelligence and Machine Learning.
Intro
Aenean ornare velit lacus, ac varius enim ullamcorper eu. Proin aliquam facilisis ante interdum congue. Integer mollis, nisl amet convallis, porttitor magna ullamcorper, amet egestas mauris. Ut magna finibus nisi nec lacinia. Nam maximus erat id euismod egestas. By the way, check out my awesome work.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis dapibus rutrum facilisis. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Etiam tristique libero eu nibh porttitor fermentum. Nullam venenatis erat id vehicula viverra. Nunc ultrices eros ut ultricies condimentum. Mauris risus lacus, blandit sit amet venenatis non, bibendum vitae dolor. Nunc lorem mauris, fringilla in aliquam at, euismod in lectus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In non lorem sit amet elit placerat maximus. Pellentesque aliquam maximus risus, vel sed vehicula.
Work
In this section, I've brought ideas to life with the purpose of making a meaningful impact, one step at a time.
Computer Vision: Clustering The Hives
This exploratory research project employs cutting-edge image analysis methods to study urticaria, a common skin condition characterized by itchy hives. By utilizing advanced algorithms like AlexNet and Mask-R-CNN, the study identifies patterns within urticaria images. Preliminary results show promise, indicating the need for more labeled data for thorough validation. Additionally, the research proposes integrating medical chart data to better understand urticaria subtypes and causes, paving the way for future investigations in the field.
This project was a collaboration with Daniel Ochoa and Thiago Yoshimura. This Streamlit app leverages the power of MediaPipe and OpenCV to perform face recognition in real-time. It provides a user-friendly interface to capture video input from your webcam and identify faces using state-of-the-art computer vision techniques.
This is an on-going financial-educational gamified app aimed at closing the gap in financial literacy. Leveraging Generative AI to customize the user needs. It is being developed with Nayara Vasques and Leticia Pires.
About
I'm a curious person trying to find meaning in everything I do, trying to leave the world better than I found it. My arts background that allows me to see the world through different eyes. I have a experience in e-commerce, b2b, b2c. I'm mostly interested in Deep Learning, Computer Vision and Generative AI.
This is bold and this is strong. This is italic and this is emphasized.
This is superscript text and this is subscript text.
This is underlined and this is code: for (;;) { ... }. Finally, this is a link.
Heading Level 2
Heading Level 3
Heading Level 4
Heading Level 5
Heading Level 6
Blockquote
Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.
Preformatted
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';