Skip to content
View jeelsidpara2811's full-sized avatar
  • Munich, Germany

Block or report jeelsidpara2811

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jeelsidpara2811/README.md

banner

Email LinkedIn

Hi I'm Jeel. I turn messy data and raw pixels into systems that actually run: models, the pipelines that feed them, and the APIs that serve them. Hand me twenty years of chaotic Excel exports or a camera pointed at something hard to read, and you'll get back a model with a CLI, a Docker image, and documentation. Happiest where tabular ML, computer vision, and optimization overlap. I work in German and English.

Thought of the day

thought of the day

Selected work

Project What it does
billet-stamp-OCR Reads stamped ID numbers off steel billets — computer vision on a real factory floor
shoe-recognition-jeel-project CLIP-based visual search: give it a photo, it finds look-alike shoes
Clustering_project_jeel Segments customers by behavior with classic clustering
stock-api-jeel-project A Dockerized FastAPI service that serves live stock data

Off the data-science path, two builds I keep around: LiFi-Based-Transmission, an Arduino link that sends text through an LED bulb and reads it back with a solar panel, and weather-data-app-jeel, a Java OOP exercise that generates a static weather site.

Toolbox

Python for everything. scikit-learn and XGBoost when the data is tabular, PyTorch and OpenCV when it's pixels, FastAPI and Docker when it needs to ship.

skills

XGBoost NumPy Matplotlib Streamlit Tesseract OCR CLIP Azure DevOps

Obligatory snake

snake eating my contribution graph

Regenerated every night by GitHub Actions.

footer

Popular repositories Loading

  1. shoe-recognition-jeel-project shoe-recognition-jeel-project Public

    AI-powered shoe recognition app built with CLIP & Streamlit. Upload a shoe photo and instantly find look-alike matches from your gallery.

    Python 1

  2. billet-stamp-OCR billet-stamp-OCR Public

    Automated industrial billet stamp number extraction using OpenCV & Tesseract OCR with preprocessing and digit reconstruction.

    Python 1

  3. LiFi-Based-Transmission LiFi-Based-Transmission Public

    Arduino-based Li-Fi prototype that transmits ASCII text through visible LED light and decodes it using a solar panel and LCD receiver.

    C++ 1

  4. Event-Planner Event-Planner Public

    Full-stack event discovery and management platform built with ASP.NET Core 10, .NET Aspire, React 19, MongoDB, SignalR, JWT authentication, and vertical-slice CQRS.

    C# 1

  5. stock-api-jeel-project stock-api-jeel-project Public

    FastAPI-based Stock Market API with yfinance integration, Dockerized for deployment

    Python

  6. Clustering_project_jeel Clustering_project_jeel Public

    Customer Segmentation with K-Means, Agglomerative, and DBSCAN

    Python