Stars
A colorful Java console quiz app with multiple topics (Java, Python, C for now), MCQs & short answers, fuzzy matching for typos, and a saved high score system.
It is a modern desktop application built with JavaFX 21 and PostgreSQL for managing personal expenses. It features a responsive dual-theme UI, real-time dashboards, interactive analytics, and CSV e…
A sleek, modern Java Swing ToDo app with a dark theme, smooth animations, and full task management — proving Swing can still shine in 2025.
JavaFX-based Employee Management System with MySQL and JDBC, featuring CRUD operations, live search, salary filters, and responsive modern UI.
A Java-based console application that allows users to create, view, and delete notes using file storage. It demonstrates file I/O with FileWriter, BufferedReader, menu-driven CLI design, exception …
I craft scalable, efficient, and user-friendly software solutions—blending clean architecture, precise algorithms, and intuitive design. My work spans from web systems to intelligent applications, …
A fast and scalable Java-based Command-Line Banking Application that allows users to create accounts, manage transactions, transfer funds, and view mini-statements — all with an attractive, ANSI-co…
A full-stack, role-based e-learning platform built with a Java Spring Boot backend and a React/TypeScript frontend. Features distinct dashboards for instructors (course creation, analytics) and stu…
A console-based Java application that manages books and users using object-oriented principles. It allows issuing and returning books efficiently with a scalable design using HashMap for O(1) opera…
A console-based CRUD application developed in Java to manage student records (ID, Name, Marks) using ArrayList for dynamic storage. Demonstrates OOP principles like Encapsulation and performs Add, …
A simple CLI-based calculator built in Java that performs Addition, Subtraction, Multiplication, and Division operations using modular methods, Scanner for input, and loop-based interaction. It han…
A Python app using Kivy framework to calculate percentage from total marks & marks obtained. Simple interface, ideal for educational use.
Developed a machine learning model to predict penguin species using the Palmer Penguins dataset, employing scikit-learn for training and Streamlit to build an interactive web app
This project is a digital resume for Hamza Shaikh, built using Streamlit. It provides an interactive platform to showcase my qualifications, skills, work history, and projects. The resume can be vi…
Fast Ecommerce Data Agent is a Streamlit-based web application designed to efficiently process and analyze e-commerce product data. The application leverages local LLM inference with Deepseek-R1, u…
House Price Prediction Dashboard is a data-driven web application built using Streamlit and Python libraries that provides an interactive experience for exploring, visualizing, and predicting house…
Fine-tuned a Hugging Face transformer on customer reviews to classify sentiment.
GDP Dashboard is an interactive Streamlit app that lets you explore, visualize, and forecast global GDP through dynamic charts, maps, and machine-learning models.
Created comprehensive dashboards to analyze Zomato's data, uncovering customer ordering patterns, restaurant performance metrics, and market trends using advanced visualization tools.
Image Background Remover is a user-friendly online tool that effortlessly removes image backgrounds. 1 Simply upload your image, select a custom background color (white by default), and download th…
A concise repository showcasing an independent evaluation of the ReSearch framework—combining retrieval‑driven reasoning with GRPO—and a statistical hypothesis test comparing its Exact Match perfor…
A compact, end-to-end analysis of Indian credit-card transaction data (2014–2015), providing data ingestion, cleaning, EDA, anomaly detection, time-series forecasting, supervised ML, and interactiv…
This Love Calculator app takes two names as input and generates a random love percentage between them. While the concept is playful, the main purpose of this project is to demonstrate the integrati…
Step-by-step matrix calculator with PyQt6 GUI. Supports 2×2 and 3×3 matrix operations like addition, subtraction, multiplication, determinant, and inverse — with detailed step-by-step solutions for…