Go back
Here's some of my projects and the tech stack involved in their development:
SignAI
SignAI (formerly HERMES) is my CAPSTONE (final grade) project and a LCHs interpreter service. It was built with Artificial Intelligence to translate Sign Language into Text and Voice into Sign Language. The project includes a Deep Learning model, the Service (RESTAPI), a Developer Portal, the fully digitized Chilean Sign Language Dictionary in a MongoDB database, and a real-time communication app as an example for integration. The project won 1st place in the "Social Impact" category and 2nd place in the "Project of the Year" category at "Demoday 2024".
WaveNet
WaveNet is a Hackathon project that was developed in 48 hours. The project is a social network inspired by the 90s and the MegaMan StarForce video game series, more specifically the concept of digital bonds (or brotherbond).
Portfolio
My personal portfolio. It aims to be minimalistic and simple. It was built with Astro, React and TailwindCSS.
Pokédex
It's a WIP Pokédex that I'm developing. It's a project that includes a Deep Learning model to classify Pokémon images. My goal is to achieve a 90% accuracy rate in the first 151 Pokémon. Once the model is ready, I'll integrate it into a web or mobile application.
MoonieFlix
MoonieFlix is a static Streaming Web App that I developed just for fun and learning purposes. I used webscraping to get all the data of the movies and series, as well as the images and the video links. And then consume and embed it in the web app.
Quixi Chat
A "WhatsApp Web" clone with its basic functionalities, such as sending messages, creating groups, and adding contacts. The project was developed using the MEAN stack (MongoDB, Express, Angular, and Node.js) and Socket.io for real-time communication.
Mangacat
An Ionic Mobile App that consumes the MangaDex API to read manga. It allows you to search for manga and read them. It was a project built for Learning purposes.
Tic Tac Toe
A simple Tic Tac Toe game with a minimalist design. The game is built with Ionic and it has a single player mode with 3 levels of difficulty, and a multiplayer mode developed with WebSockets.