Deep learning-based project for classification of breast tumors (malignant and benign) using breast ultrasound. Utilizes DenseNet for classification and U-Net for segmentation, served via a Django backend API and React frontend.
Django
PyTorch
React
CNN-based model trained on the American Sign Language dataset, providing real-time translation through an OpenCV application.
PyTorch
CNN
OpenCV
This project focuses on fine-tuning a T5-small model on a life insurance dataset formatted in JSON with question-and-answer pairs. The goal is to enhance the model's ability to understand and generate contextually relevant answers in the life insurance domain.
Hugging Face
Python
Transformers
From-scratch implementation and exploration of 8 machine learning models, including Linear Regression, Logistic Regression, Ridge Regression, Lasso Regression, Decision Trees, Random Forest, Naive Bayes, and SVM and 4 advanced regularization and optimization techniques (Dropout, DropConnect, Mixup, Cutmix)
Python
Scikit-learn
This project demonstrates how to generate classical music using a Long Short-Term Memory (LSTM)-based neural network. The model is trained on MIDI files to predict sequences of notes, offsets, and durations, enabling the creation of new musical compositions.
LSTM
PyTorch
Python
A collection of multiple EDAs and data story telling on well known datasets.
NumPy
Pandas
Seaborn
Matplotlib
Deep Dive into Deep Learning is a comprehensive project where I implemented 11 significant deep learning architectures from scratch. This project is designed to deepen understanding and demonstrate practical knowledge of state-of-the-art deep learning models across various domains, including computer vision, natural language processing, and generative modeling.
PyTorch
Scikit-learn
Python
An ambitious project for creating and developing languages, fonts, and linguistic datasets for language translation, text-to-speech, and speech-to-text applications. Comprises Font Generation, Dataset Generation, and Community Collaboration.
Flutter
JavaScript
This project is a License Plate Recognition System designed to identify and extract license plate information in real time using deep learning (YOLOv8) and image processing techniques.
YOLOv8
Python
OpenCV
This project uses a machine learning model to predict diseases based on input symptoms. The API provides an interface to interact with the model and retrieve detailed information about the predicted diseases, including description, precautions, medications, diet plans, and workouts.
RandomForest
Scikit-learn
Python
FastAPI