Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View manasvi-sahare's full-sized avatar

Block or report manasvi-sahare

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.

Content in all repositories owned by your account will be closed.
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
manasvi-sahare/README.md

Hi there, I'm Manasvi Sahare ๐Ÿ‘‹

Mathematics & Computing @ IIIT Raichur

I build data-driven tools that extract insights, detect patterns, and automate decisions.

LinkedIn Email GitHub followers


About Me

I'm a Mathematics and Computing student passionate about turning raw data into actionable insights. My work lives at the intersection of data engineering, machine learning, and intelligent web applications โ€” I enjoy building systems that make sense of messy, real-world data.

  • ๐Ÿ”ญ Currently working on: Explainable & calibrated ML for healthcare risk prediction
  • ๐ŸŒŸ Contributed a merged fix to matplotlib, backported to its stable release branch
  • ๐Ÿงฎ Background in: Mathematical modeling and algorithmic thinking
  • ๐ŸŒฑ Exploring: statistical rigor in ML (significance testing, subgroup fairness), NLP, and full-stack data apps
  • ๐Ÿค Open to: Collaborations on data/ML projects and open-source contributions
  • โšก Fun fact: my first open-source PR review comment came from a matplotlib core maintainer

๐Ÿ› ๏ธ Tech Stack

Languages

Python C++ SQL JavaScript

Machine Learning & Data Science

scikit-learn XGBoost LightGBM SHAP NumPy Pandas

Frameworks & Libraries

Flask Streamlit Chart.js

Tools & Platforms

Git GitHub Jupyter VS Code


๐Ÿš€ Featured Projects

Rigorously validated ML pipeline for diabetes risk classification, with statistical significance testing and a subgroup fairness audit most published work in this space skips.

Metric Result
Dataset 253,680 real patient records (CDC/BRFSS)
Best model (raw) LightGBM, ROC-AUC 0.8254 (statistically significant edge over RF/XGBoost, bootstrap 95% CI)
Calibration improvement Brier Score cut 43% (0.171 โ†’ 0.098) via Platt/isotonic scaling, with no loss in ranking ability
Explainability SHAP values reproduced identically across independent runs (global + per-patient)
Fairness finding Found and quantified real calibration gaps by Age (AUC 0.837 vs. 0.770) and Income
Engineering fix Diagnosed and fixed a 441MB โ†’ 9.2MB model bloat bug via regularization

Built with: Python scikit-learn XGBoost LightGBM SHAP Jupyter


More Projects

Text Insight Studio Suzume Spotify Mood Analyzer

Student Performance Risk Analyzer Context-Aware AI Chatbot

Project What It Does
Text Insight Studio Automatically profiles any uploaded CSV โ€” detects column types, generates charts and word clouds, and produces natural-language summaries with no manual configuration
Suzume โ€“ Spotify Mood Analyzer Detects a song's emotional mood in real time by combining live Spotify metadata with Genius lyrics sentiment analysis
Student Performance Risk Analyzer Flags at-risk students using a fully interpretable, weighted-indicator scoring model โ€” no black-box ML
Context-Aware AI Chatbot Maintains full conversational memory across multi-turn sessions via a lightweight Python + JS architecture

๐ŸŒ Open Source Contributions

5 merged pull requests across open-source projects, including a fix merged into matplotlib โ€” one of the most widely-used Python libraries in the world.

Project Contribution Outcome
matplotlib (23.1k โญ) #31420 โ€” Fixed a broken freetype dependency URL Merged by a core maintainer; backported to the stable v3.10.x branch and shipped in milestone v3.10.9
TermUI #632 โ€” Test suite for LogView, StatusIndicator, and Definition widgets Merged, rated "quality: exceptional" by the maintainer (GSSoC 2026)
UltimateHealth #1117 โ€” Reusable glassmorphic Modal component Merged โ€” full ARIA support, focus trap, keyboard + backdrop close handling (GSSoC 2026)
statsmodels #9766 โ€” Improved docstrings in robust.norms (parameter descriptions, formatting, clarity per NumPy docstring standard) Merged
Themix GUI (2.3k โญ) #562 โ€” "Matcha Dark Sea" GTK color theme preset Merged

All contributions followed the standard open-source workflow: fork โ†’ feature branch โ†’ PR โ†’ maintainer review โ†’ merge.


๐Ÿ“Š GitHub Stats

GitHub Streak


๐Ÿ“ฌ Let's Connect

I'm always open to interesting conversations about data, ML, and building things. Feel free to reach out!

"Data is the new oil โ€” but insight is the refined fuel."

Pinned Loading

  1. diabetes-prediction diabetes-prediction Public

    Explainable, calibrated ML pipeline for diabetes risk on 253K patient records โ€” 43% Brier score reduction, subgroup fairness audit, SHAP explainability.

    Jupyter Notebook 1

  2. text-insight-studio text-insight-studio Public

    AI-powered CSV data analysis tool that automatically detects column types and generates visual insights including charts, word clouds, and sentiment analysis.

    Python

  3. student-performance-analyzer student-performance-analyzer Public

    Interpretable, weighted-indicator risk scoring model that flags at-risk students using academic metrics โ€” no black-box ML.

    Jupyter Notebook

  4. context-aware-ai context-aware-ai Public

    A context-aware AI chatbot that maintains conversation memory, built with Python backend and a lightweight HTML/CSS/JS Frontend.

    Python

  5. suzume-spotify-mood-analyzer suzume-spotify-mood-analyzer Public

    A Spotify based music mood analyzer with lyrics and animated UI

    CSS