Login system developed using NestJS for the backend and NextJS for the frontend. The goal was to understand how this type of system works, including the involved security logic and features such as token generation and renewal, user registration, password reset and recovery.
Chat System
Project developed in Python using the terminal as the interface. The goal was to understand how this type of system works, which uses the socket protocol. It includes a simple login, user creation, user configuration interactions, and group and individual chats.
IRIS Flower Classification
AI that determines the species of an IRIS flower based on the size of its sepals and petals. First AI project, with the goal of learning how this technology works. Developed using Python and TensorFlow.
Dual-Axis Solar Tracker
Project where I built a solar tracker prototype that moved horizontally and vertically to follow the strongest light source in the environment. This prototype was built with an Arduino board, sensors and other components, using the C++ language to create the system's logic.
Web Search & Analysis Bot
System that allows you to instruct a bot to search for information on the web. It performs a search and returns the first five results (excluding ads), showing the site name and the total number of characters, vowels and consonants for each.
AI Customer Segmentation
Unsupervised AI that, based on customer data such as gender, age and income, identifies patterns and groups customers into distinct segments. Uses a clustering technique to form groups with similar characteristics.