Here’s an overview of some of my last open-source projects I’ve worked on.

Face Analysis

machine-learning
A Python tool for analyzing faces in images, featuring gaze detection, eye state classification, and emotion recognition using deep learning models.

CIFAR-10 Classifier

machine-learning
An image classifier model trained on the CIFAR-10 dataset; the repository contains a custom CNN model and a pretrained VGG16 model for accurate image classification tasks.

MNIST Handwritten Digits Recognition

machine-learning, data-science
A project featuring two Torch models, a fully connected neural network (FNN) and a convolutional neural network (CNN). Both trained on the MNIST dataset for handwritten digit recognition.

Meter Vision - Energy Meter Reading with Florence 2

machine-learning, data-science
Fine-tuned the Florence Vision-Language Model (VLM) for an image-to-text task, where it translates visual meter readings into descriptive text outputs for accurate and automated data interpretation.

Unlocking SQL: Text-to-SQL App

machine-learning data-science web-development
A generative AI app that converts natural language questions into SQL queries and retrieves results from a database. Built with Streamlit and powered by LLMs, it makes database access easy and intuitive for non-technical users.

Flask Site Tracker

web-development data-science
A simple web application built with Flask that allows users to register, log in, and manage their favorite websites by securely storing URLs in a SQLite database.

BraTS UNet Segmentation

machine-learning
A deep learning project built with TensorFlow that uses a U-Net model for brain tumor segmentation on the BraTS dataset. It accurately identifies and segments tumor regions in MRI scans

Multi-Task Human Action Recognition

machine-learning
A multi-task model for human action recognition (40 classes) and person count (binary) using TensorFlow and Keras, experimenting with pretrained models, fine-tuning, and dual output layer configurations

Pebelonix Social Networking

web-development
A social networking app built with Django, allowing users to register, log in, create posts, and follow/unfollow others. The frontend uses Volt Bootstrap 5 for a modern UI, and future updates will include AI-powered chat features to enhance the user experience.

Financial Expense Tracker

business-intelligence web-development
A web application for tracking personal finances, integrating Fivetran, Google Sheets, BigQuery, and Looker Studio. It allows users to input expenses and income data, visualize financial trends, and gain actionable insights through a dynamic BI dashboard.

Color Based Image Segmentation Tool

web-development data-science
An automated image processing tool developed in Python, using CLAHE for image enhancement and color thresholding (using CV2) in the HSV color space for precise image segmentation. The tool is deployed with Flask and an HTML frontend for easy user interaction.

Leaf Image Classification

machine-learning data-science web-development
A deep learning-based solution using the Segment Anything Model (SAM) for image segmentation and VGG16 for disease classification. The workflow incorporates HSV color thresholds and OpenCV operations to enhance segmentation, achieving high accuracy on both segmented and non-segmented datasets for early tomato plant disease detection.

YouTube Sentiment with GPT2

machine-learning data-science
Automating sentiment analysis for YouTube comments using Python, Transformers, and the YouTube API. The tool fetches comments from any YouTube video, analyzes sentiments using pre-trained models, and visualizes the results, helping uncover insights from user feedback.

OLIST Dashboard

business-intelligence data-science
A Power BI dashboard built using OLIST e-commerce data to provide actionable insights for sales, customer satisfaction, and delivery performance. The dashboard includes advanced visualizations, DAX formulas, and forecasting, helping businesses make data-driven decisions.

PowerBI Tutorial

business-intelligence
A tutorial in designing clearer and more effective Power BI dashboards by correcting common visualization mistakes and improving layout, chart selection, and color schemes.

Adventure Works Database

data-science
A project on managing large datasets with MySQL using the Adventure Works database. Tasks include cleaning data, setting up relational schemas, importing CSVs via Python automation, running complex SQL queries, and analyzing sales, customer behavior, and product profits.