Projects

Deep Learning for Dementia Detection(Hackathon '23)

August 2023

  • Developed a deep learning model to detect Dementia from MRI scans
  • Achieved 91% accuracy on a Kaggle dataset containing 6400 MRI images
  • Implemented a Gradio-based user interface for instant diagnosis

Participated in TechCrew's 24-Hour Hackathon'23, securing 2nd place with a Dementia detection model. My project aimed to create a reliable deep learning system for identifying Dementia. Despite time constraints and a modest dataset, the model performed strongly, achieving 91% accuracy. It centered on a Kaggle-sourced dataset of 6400 MRI images across four classes: Mild, Moderate, Non-Demented, and Very Mild Demented. Overcoming challenges, I refined the model architecture, resulting in improved accuracy. The addition of Gradio library created a user-friendly interface, allowing easy MRI uploads for instant Dementia predictions. This achievement highlights the potential of machine learning in healthcare, even with limited data.

Deep LearningImage ClassificationNeural NetworksTransfer LearningModel Optimization
TensorFlowKerasGradioPythonJupyter NotebookGit
Data AugmentationHistogram EqualizationData PreprocessingImage Normalization

Real-Time Image Recognition with YOLO

Nov 2022 - May 2023

  • Developed an object detection model using YOLOv5, OpenCV, and PyTorch
  • Achieved an 87% success rate in real-life object detection

We capitalized on our past successes in image recognition, leveraging models like VGG16, VGG19, EfficientNet, GoogleNet, ResNet50, and ResNet100 on TUBITAK project. Embarking on a new endeavor, we embraced YOLO (You Only Look Once), a potent real-time object spotting tool. Our project was built on curated image sets, featuring 100 categories with 150 images each, seamlessly integrated into a K-Fold system. Techniques like histogram equalization were employed to elevate image quality. Our fascination grew for YOLOv5, a paradigm shift in object detection that processes entire images concurrently, boosting efficiency. The harmonious blend of YOLOv5 with OpenCV and PyTorch played a pivotal role in our triumph. Through rigorous testing, different YOLOv5 models were evaluated, yielding exceptional results. Models like yolov5m enabled rapid and precise object detection across the 100 categories, each enriched with 150 annotated images. This journey culminated in an unprecedented 87% success rate, in real-life, surpassing all prior achievements in object detection.

Object DetectionReal-Time VisionDeep LearningTransfer LearningModel Evaluation
YOLOv5PyTorchOpenCVPythonGitJupyter Notebook
Image PreprocessingData AugmentationK-Fold Cross ValidationObject Labeling

Image Recognition with Keras and TensorFlow

May 2022 - Nov 2023

  • Trained deep learning models on a 100-class dataset
  • Optimized model accuracy using various architectures including ResNet, EfficientNet, and VGG

I have actively contributed to a TUBITAK project focused on image recognition and Deep Learning. With a primary focus on the 100 class dataset, each class featuring a collection of 150 images, I curated and annotated data to establish a strong model foundation. Using advanced techniques like histogram equalization and glare reduction, I enhanced data quality. I experimented with AlexNet, VGG16, VGG19, EfficientNet, GoogleNet, Resnet50, and Resnet100 models, optimizing their performance through meticulous parameter tuning and architecture design. My role centered on precise object detection and classification, aligning with project goals. Iterative experiments and adaptations refined model accuracy and overall performance. My involvement in dataset curation, image preprocessing, and model experimentation significantly contributed to the project's success.

Image RecognitionDeep LearningObject DetectionModel TuningTransfer Learning
KerasTensorFlowPythonPyTorchGitJupyter Notebook
Data AnnotationImage NormalizationData AugmentationHistogram Equalization