Projects
Voice Clone
November 9th 2025A voice cloning tool built on ResembleAI's Chatterbox TTS model. Requires only sample audio files for zero-shot cloning — no fine-tuning needed. Supports emotional control via exaggeration and pacing parameters, preset modes (dramatic, calm), and…
A.L.A.N.
August 25th 2025A distributed voice assistant built across multiple Raspberry Pi nodes. The Sentinel handles wake word detection ("Alan"/"Nexus") via Picovoice and notifies the orchestrator by room. Argus provides eyes and ears — audio capture and camera input on…
Skin Lesion Classification
October 20th 2019A thesis project that classifies dermoscopic images of skin lesions from the HAM10000 dataset. The ensemble consists of the VGG16 and ResNet50 models pretrained on the ImageNet dataset.
Skin Lesion Segmentation
October 20th 2019An implementation of the U-Net segmentation model applied to skin lesion classification in order to get binary masks to be applied to dermoscopic images and passed to the classifier. This model was trained with the ISIC 2018 dataset and fine-tuned…
Autobot
August 1st 2019An autonomous car powered by a Raspberry Pi. It uses ultrasonic sound sensors to detect objects in front of the vehicle. There is also a camera module attached that allows the bot to find and follow my face whenever present.