LOG // PROJECTS
Projects
Real problems. Real solutions. Click any card to see the full story.
LOG // PROJECTS
Real problems. Real solutions. Click any card to see the full story.
AI-Powered Exoplanet Discovery
For the 2025 NASA Space Apps Challenge, we chose the advanced "A World Away: Hunting for Exoplanets with AI" challenge. The problem was clear: while missions like Kepler, K2, and TESS have enabled the discovery of thousands of exoplanets, most were identified through time-consuming manual analysis. Our task was to create a machine learning model, trained on NASA's open datasets, that could automatically and accurately identify new exoplanets from raw astronomical data.
My team and I decided to go a step further. Instead of only developing a model, we built a full-stack interactive web platform to empower both researchers and citizen scientists. The platform allows users to upload their own astronomical data for evaluation by our models, train new models, and visualize the relationship between a celestial body and its host star.
As a core developer, I architected the full-stack application, leading the frontend development with Next.js and building the Python/Flask backend API to serve our machine learning models. I was responsible for the seamless integration between the complex data science backend and the intuitive user interface.

IoT Water Level Monitoring
In many homes and buildings, water tanks run dry without warning — causing disruptions, wasted time, and unnecessary stress. Manual checks are unreliable and inefficient. WaterChecker was built to eliminate that uncertainty entirely, delivering real-time awareness directly to your phone.
This is not just a script — it's a complete IoT pipeline. An ESP32 microcontroller with an ultrasonic sensor takes 7 readings per cycle, applies a median filter to discard noise, then transmits a single, reliable data point to the cloud via HTTPS. The entire backend runs serverless on AWS: Lambda functions handle ingestion, querying, and alerting, while DynamoDB stores every reading. EventBridge triggers proactive alerts on a schedule.
The system integrates with the Twilio API to deliver a conversational WhatsApp bot. Ask it "¿Cuánta agua hay?" and it responds instantly with the current level in both percentage and liters. If the tank drops below 25%, the cloud supervisor fires an automatic alert — no action required from the user.
The ESP32 runs in Deep Sleep mode between readings, dramatically extending battery life for off-grid deployments. All credentials (WiFi, API keys, AWS ARNs) are managed through environment variables and .gitignore — never hardcoded. The entire cloud stack fits within the AWS Free Tier, making this a production-grade solution at near-zero cost.
AI-Powered Smart Wardrobe & Marketplace
"I have clothes and nothing to wear." This universal frustration has a real cost: time lost every morning, money wasted on forgotten purchases, and luxury pieces sitting idle that could be generating income. Existing apps make it worse — they require users to manually tag, categorize, and describe every single garment. Nobody does that.
ClossApp eliminates the barrier entirely. Take a photo — Claude AI analyzes it and returns a structured JSON with name, category, color, and style. No forms. No manual labels. The wardrobe builds itself. From there, a personalized outfit engine suggests combinations based on weather and occasion, pulling from the user's actual inventory.
The platform doubles as a peer-to-peer marketplace. Users can list garments for sale or rent directly from their digital wardrobe. Evening dresses and luxury accessories that collect dust can generate real income. The business model is a SaaS hybrid: freemium subscriptions (Plus at $59 MXN/mo, Elite at $89 MXN/mo) plus 8–15% commissions on marketplace transactions.
Built serverless on Next.js 15 with Supabase (PostgreSQL + Storage) and the Anthropic API. A client-side Canvas compression pipeline reduces image size by 90% before upload — keeping infrastructure costs near zero. A RBAC Guest Guard blocks unauthenticated users from hitting AI endpoints entirely, protecting API spend. Projected Year 1 gross margin: ~95%.