Projects
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…
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.
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.
PreviewSite Bot
May 17th 2017A Reddit bot using the PRAW API that listens for comments containing its trigger and a URL. It then replies with a screenshot of the URL using the ScreenshotLayer API.