rei-naissance - Overview

Hey there! 👋

I'm Rei, a software engineer based in the Philippines.

I build scalable web applications and explore the intersection of Artificial Intelligence and Modern Software Architecture.

My main tech stack revolves around TypeScript (Next.js/NestJS) and the .NET Ecosystem (C#/ASP.NET). For intelligence, I leverage PyTorch and TensorFlow to build and deploy ML models.

Currently, I'm working on core web initiatives at Hayahai while finishing my final year in Computer Science at CIT-U.


Stuff That I Worked On

  • cookflow: 🧑‍🍳 Smart recipe platform with voice-guided cooking assistance.
  • PillPal: 🩺 AI-powered healthcare assistant for symptom-based medicine suggestions.
  • goodbAI: 🤖 Spotify playlist scanner that detects and removes AI-generated music.
  • imdb-sentiment-analysis: 🤖 Streamlit app for LSTM-based movie review sentiment analysis.
  • Churn-Risk-Detector: ⚙️ Machine learning tool for predicting customer churn risk.
  • Huggle-Bundler: 📦 AI-driven product bundling service for e-commerce inventory.
  • cnpi: 🔗 Feature-rich URL shortener with analytics and QR code support.

Fun Facts:

  • 🐱 I'm a huge cat lover (I love my girlfriend more though <3).
  • ☕ I fuel my late-night coding sessions with more caffeine than I probably should (I also barely sleep).
  • 🏗️ I love building in public and shipping side projects.
  • ⚡ Always down to talk about AI, distributed systems, or the latest in web tech.

Profile Views

Pinned Loading

  1. ✨ AI-powered resume builder and analysis tool using sentence-transformers and description matching.

    Python

  2. 🧑‍🍳 A recipe sharing platform with a cooking assistant featuring smart timers, text-to-speech dictation through Groq SDK, and ingredients and progress tracking.

    TypeScript

  3. 🩺 A healthcare assistant where you can input or select symptoms that will be scanned with the AdaptLLM/medicine-chat model to display possibe OTC medications, prescriptions, and home remedies. (Not…

    TypeScript

  4. 🤖 A spotify playlist scanner that detects and removes AI-generated music.

    TypeScript

  5. 🤖 A Streamlit application for an LSTM-based sentiment classifier trained with IMDB movie reviews, built with Tensorflow/Keras.

    Jupyter Notebook

  6. ⚙️ Sentiment Analysis Tool used to find churn risk basing off of customer feedback strings using scikit-learn.

    Python