Skip to content
View Harshalingawale's full-sized avatar

Block or report Harshalingawale

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
harshalingawale/README.md

Typing SVG


About me

I build end-to-end machine learning systems — from data pipelines and model training to production APIs and dashboards. My work spans predictive maintenance for industrial machinery, computer-vision quality inspection, RAG/LLM applications, and MLOps. I care about code that actually ships: tested, containerized, and reproducible.

  • Focused on ML engineering, applied AI, and data infrastructure
  • Real-world experience with industrial / manufacturing analytics (CNC machines, robotics, defect detection)
  • I ship projects with tests, CI, and Docker — not just notebooks
  • Reach me: harshalingawale48@gmail.com

Tech Stack

Languages

Python SQL Bash

ML / AI

scikit-learn PyTorch pandas NumPy OpenCV FAISS Hugging Face

Data & Backend

FastAPI Plotly Dash SQLite Docker GitHub Actions


Featured Projects

Project What it does Stack
Predictive Maintenance Dashboard Real-time machine health scoring, ML failure prediction (RUL + anomaly detection), bilingual dashboard, automated shift-handover PDF reports. Dash · scikit-learn · lifelines
Industrial Defect Detection Visual quality inspection with two approaches — deep anomaly detection (PatchCore + FAISS) and classical SSIM. PyTorch · FAISS · OpenCV
LLM RAG Assistant Retrieval-augmented Q&A service over your own docs. Runs offline; plugs into an LLM with one env var. FastAPI · sentence-transformers · FAISS
MLOps Model Serving Train → version → serve → containerize → CI. A model-quality gate runs on every push. scikit-learn · FastAPI · Docker · Actions
Data Pipeline (ETL) Modular Extract→Transform→Load with a data-quality gate that blocks bad data. pandas · SQLite · pytest
Customer Churn Analysis Full DS study: EDA, interpretable model (AUC ≈ 0.84), and retention recommendations. scikit-learn · Jupyter · matplotlib

GitHub Stats


📈 Contribution Activity

github-snake


Connect

Pinned Loading

  1. customer-churn-analysis customer-churn-analysis Public

    Full data-science study: EDA, interpretable model (AUC ~0.84), and retention recommendations.

    Jupyter Notebook

  2. data-pipeline-etl data-pipeline-etl Public

    Modular ETL pipeline with a data-quality gate that blocks bad data before it lands.

    Python

  3. industrial-defect-detection industrial-defect-detection Public

    Visual quality inspection using PatchCore deep anomaly detection and classical SSIM.

    Python

  4. llm-rag-assistant llm-rag-assistant Public

    Retrieval-augmented generation service over your own docs - FastAPI + FAISS, runs offline.

    Python

  5. mlops-model-serving mlops-model-serving Public

    End-to-end MLOps: train, serve, Dockerize, and CI, with a model-quality gate on every push.

    Python

  6. predictive-maintenance-dashboard predictive-maintenance-dashboard Public

    Real-time machine health monitoring with ML failure prediction, RUL, and automated shift reports (Dash + scikit-learn).

    Python