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  —  v3.0  [2025 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 · AWS EC2           │
│  GOAL      →  Production-ready AI solutions that matter        │
└─────────────────────────────────────────────────────────────────┘

mehvish@portfolio:~$ ls -la projects/
drwxr-xr-x  projects/
│
├── ❤️  heart-disease-prediction/
│       ├── model        →  Logistic Regression
│       ├── accuracy     →  91.67%
│       └── stack        →  Python · Scikit-learn · Pandas
│
├── 🤖  smart-companion/
│       ├── type         →  AI Career Counseling Platform
│       ├── feature      →  Groq API · Real-time responses
│       └── stack        →  Flask · Groq API · HTML/CSS
│
├── 🏠  hostel-mate/
│       ├── type         →  Grievance Management System
│       ├── users        →  Students & Admin Portal
│       └── stack        →  Django · PostgreSQL · Bootstrap
│
└── 🎌  ani-mind/
        ├── type         →  Anime Recommender System
        ├── deployed     →  Streamlit Cloud ✅
        └── stack        →  Streamlit · Python · NLP

mehvish@portfolio:~$ ./skills --list --verbose
[LANGUAGES]        ████████████████████  Python · C · C++ · HTML · CSS · JS
[ML/DS]            ████████████████░░░░  NumPy · Pandas · Scikit-learn · Matplotlib · SciPy
[FRAMEWORKS]       ███████████████░░░░░  Flask · Django · FastAPI · Streamlit · Docker
[DATABASES]        ██████████████░░░░░░  PostgreSQL · MySQL · SQLite
[CLOUD]            ████████░░░░░░░░░░░░  GCP · AWS EC2 · Render · Streamlit Cloud
[BI TOOLS]         ███████████░░░░░░░░░  Power BI · Tableau
[DEV TOOLS]        █████████████████░░░  Git · GitHub · VS Code · Linux
[CURRENTLY LEARNING]  ░░░░░░░░░░░░░░░░  LangChain · LangGraph · CrewAI · HuggingFace

mehvish@portfolio:~$ cat stack_icons.md

Languages

Frameworks & Cloud

Databases & Tools


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

    Forked from Ankitprajapati24/Armacode_hackathon-project

    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