Skip to content
View mehvishsheikh31's full-sized avatar

Highlights

  • Pro

Block or report mehvishsheikh31

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
mehvishsheikh31/README.md
╔══════════════════════════════════════════════════════════════════╗
║                                                                  ║
║   ███╗   ███╗███████╗██╗  ██╗██╗   ██╗██╗███████╗██╗  ██╗      ║
║   ████╗ ████║██╔════╝██║  ██║██║   ██║██║██╔════╝██║  ██║      ║
║   ██╔████╔██║█████╗  ███████║██║   ██║██║███████╗███████║      ║
║   ██║╚██╔╝██║██╔══╝  ██╔══██║╚██╗ ██╔╝██║╚════██║██╔══██║      ║
║   ██║ ╚═╝ ██║███████╗██║  ██║ ╚████╔╝ ██║███████║██║  ██║      ║
║   ╚═╝     ╚═╝╚══════╝╚═╝  ╚═╝  ╚═══╝  ╚═╝╚══════╝╚═╝  ╚═╝      ║
║                                                                  ║
║              S H E I K H  —  v4.0  [2026 build]                 ║
║                                                                  ║
╚══════════════════════════════════════════════════════════════════╝


mehvish@portfolio:~$ cat about.txt
┌─────────────────────────────────────────────────────────────────┐
│  NAME      →  Mehvish Sheikh                                    │
│  ROLE      →  B.Tech CSE (Data Science) · 3rd Year             │
│  COLLEGE   →  Indore Institute of Science & Technology         │
│  GRAD      →  2027                                              │
│  LOCATION  →  Indore, India 🇮🇳                                 │
│  EMAIL     →  mehvishsheikh.3101@gmail.com                      │
├─────────────────────────────────────────────────────────────────┤
│  FOCUS     →  ML · NLP · GenAI · Agentic AI                    │
│  BUILDING  →  FastAPI · Docker · LangChain · Groq API          │
│  GOAL      →  Production-ready AI solutions that matter        │
└─────────────────────────────────────────────────────────────────┘

mehvish@portfolio:~$ ls -la projects/
drwxr-xr-x  projects/
│
├── 🧠  stroke-prediction/
│       ├── type         →  End-to-End Production ML System
│       ├── problem      →  Class imbalance (5% stroke cases) — maximize recall
│       ├── model        →  XGBoost + Optuna (80% recall) + SMOTE
│       ├── api          →  FastAPI + Pydantic validation
│       ├── dashboard    →  Streamlit (4 tabs: Predict, EDA, Compare, SHAP)
│       ├── explain      →  SHAP beeswarm + importance plots
│       ├── deployed     →  strokepredictionsmodel.streamlit.app ✅
│       └── stack        →  Python · XGBoost · FastAPI · Streamlit · Docker · SHAP
│
├── ❤️   heart-disease-prediction/
│       ├── type         →  Binary Classification · Clinical ML
│       ├── model        →  Logistic Regression
│       ├── accuracy     →  91.67%
│       ├── focus        →  Interpretable baseline model for cardiac risk
│       └── stack        →  Python · Scikit-learn · Pandas · Matplotlib
│
├── 🤖  smart-companion-fastapi/
│       ├── type         →  AI Career Counseling Platform (v2 — FastAPI rebuild)
│       ├── feature      →  Chatbot + Course Recommender + User Auth
│       ├── upgrade      →  Migrated Flask → FastAPI for async performance
│       ├── db           →  SQLite (persistent sessions)
│       └── stack        →  Python · FastAPI · Groq API · HTML · CSS · SQLite
│
├── 🏠  hostel-mate/
│       ├── type         →  Grievance Management System
│       ├── users        →  Students & Admin dual portal
│       ├── features     →  Complaint tracking · Admin dashboard · Auth
│       └── stack        →  Django · PostgreSQL · Bootstrap
│
├── 🎌  ani-mind/
│       ├── type         →  Anime Recommender System
│       ├── deployed     →  Streamlit Cloud ✅
│       ├── features     →  NLP-based content filtering · interactive UI
│       └── stack        →  Streamlit · Python · NLP · Pandas
│
└── 🍴  indore-food-intelligence/
        ├── type         →  Geospatial AI Agent
        ├── tagline      →  "Craving dahi wada at midnight? I know where to go."
        ├── feature      →  Natural language → ranked vendor matches
        ├── scoring      →  Proximity · mood · budget · time · rating
        ├── llm          →  Groq LLaMA 3.1 — AI narrative recommendations
        ├── map          →  Folium live map + GPS auto-detect
        ├── data         →  20 vendors across 8 iconic Indore food zones
        └── stack        →  Python · Streamlit · Groq API · Folium · LLaMA 3.1

mehvish@portfolio:~$ ./skills --list --verbose
[LANGUAGES]           ████████████████████  Python · C · C++ · HTML · CSS · JS
[ML / DS]             ████████████████░░░░  NumPy · Pandas · Scikit-learn · XGBoost · SHAP
[IMBALANCE & TUNING]  █████████████░░░░░░░  SMOTE · Optuna · Threshold Tuning · Recall Optimization
[FRAMEWORKS]          ███████████████░░░░░  FastAPI · Flask · Django · Streamlit · Docker
[LLM / GENAI]         ████████████░░░░░░░░  Groq API · LLaMA 3.1 · Prompt Engineering
[DATABASES]           ██████████████░░░░░░  PostgreSQL · MySQL · SQLite
[CLOUD / DEPLOY]      ████████░░░░░░░░░░░░  Render · Streamlit Cloud · Docker · AWS EC2
[BI TOOLS]            ███████████░░░░░░░░░  Power BI · Tableau
[DEV TOOLS]           █████████████████░░░  Git · GitHub · VS Code · Linux · Optuna
[CURRENTLY LEARNING]  ░░░░░░░░░░░░░░░░░░░░  LangChain · LangGraph · CrewAI · HuggingFace

mehvish@portfolio:~$ cat stack_icons.md

Languages

Frameworks & Cloud

Databases & Tools


mehvish@portfolio:~$ cat achievements.log

---

```bash
mehvish@portfolio:~$ python stats.py --user mehvishsheikh31

mehvish@portfolio:~$ git log --graph --oneline contributions

mehvish@portfolio:~$ curl connect.mehvish.dev/socials
{
  "linkedin"  : "linkedin.com/in/mehvishsheikh31",
  "github"    : "github.com/mehvishsheikh31",
  "email"     : "mehvishsheikh.3101@gmail.com",
  "status"    : "open_to_internships ✅",
  "response"  : "Always reply within 24 hours 🚀"
}

LinkedIn Email GitHub


╔══════════════════════════════════════════════════════╗
║                                                      ║
║   "First, solve the problem.                         ║
║    Then, write the code."  — John Johnson            ║
║                                                      ║
║   mehvish@portfolio:~$  █                            ║
║                                                      ║
╚══════════════════════════════════════════════════════╝

Popular repositories Loading

  1. phone-survey phone-survey Public

    HTML

  2. Armacode_hackathon-project Armacode_hackathon-project Public

    CSS

  3. heart-disease-predictor heart-disease-predictor Public

    Heart Disease Prediction Web App using Logistic Regression (91.67% test accuracy) with SHAP explainability. Built with Python, Scikit-learn & Streamlit.

    Python

  4. mean_fcc mean_fcc Public

    Python project for freeCodeCamp Data Analysis with Python certification. It calculates mean, variance, max, min, and sum using NumPy on a 3×3 matrix.

    Python

  5. ffc_2 ffc_2 Public

    Demographic Data Analysis Project using Python and Pandas - freeCodeCamp

    Python

  6. ffc_3 ffc_3 Public

    Visualizing and analyzing medical examination data using Python, Pandas, Seaborn, and Matplotlib.

    Python