Skip to content
View MITTALBHAVYA's full-sized avatar
🤖
robotic zone
🤖
robotic zone

Highlights

  • Pro

Block or report MITTALBHAVYA

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
MITTALBHAVYA/README.md
Bhavya Mittal Banner

Hi there, I'm Bhavya Mittal! 👋

Typing SVG

LinkedIn LeetCode CodeForces CodeChef

🚀 About Me

const bhavya = {
    currentRole: "Full Stack Intern @ FanCraze",
    education: "B.Tech CSE (2025) | CGPA: 8.57",
    competitive: {
        icpc: "AIR 37 @ ICPC India 2023",
        leetcode: "Knight (1880+ Rating, 1000+ Problems)",
        codeforces: "Specialist (1427 Rating)",
        codechef: "⭐⭐⭐ (1687 Rating, 67+ Contests)"
    },
    skills: {
        languages: ["C++", "Python", "JavaScript", "TypeScript"],
        frontend: ["React.js", "Next.js", "Tailwind CSS", "HTML5", "CSS3"],
        backend: ["Node.js", "Express.js", "FastAPI"],
        databases: ["MongoDB", "PostgreSQL", "MySQL"],
        ai_ml: ["TensorFlow", "Scikit-learn", "GenAI"],
        tools: ["Git", "Docker", "VS Code", "Postman"]
    }
};

🏆 Featured Projects

Nexus - AI Data Analyst

Nexus Repo

AI-powered data analysis platform with 96% query accuracy. Built with React.js, FastAPI, and advanced ML techniques.

Sehat - Health Predictor

Sehat Repo

ML-powered health prediction system with 89%+ accuracy in disease prediction. Python, Scikit-learn, Streamlit.

JobHack - Career Platform

JobHack

Full-stack job platform with JWT auth and role-based access. MERN stack implementation.

Dhanvantri - Plant Recognition

Dhanvantri Repo

Android app for medicinal plant recognition with 90%+ accuracy. TensorFlow & Kotlin.

📊 GitHub Statistics

Bhavya's GitHub Stats
GitHub Streak

💻 Tech Stack

C++ Python JavaScript React Node.js Express.js MongoDB PostgreSQL TensorFlow

🤝 Let's Connect


Profile Views

Pinned Loading

  1. slack-GDSC-Mycut slack-GDSC-Mycut Public

    Discover the GDSC Slack App, a React-based web application designed to seamlessly integrate with Slack. This app provides users with an intuitive interface to interact with Slack functionalities, o…

    JavaScript 1

  2. NEXUS NEXUS Public

    Nexus is an AI-powered data analysis platform designed to simplify data insights and decision-making. Built with FastAPI, React, and PostgreSQL, it allows users to query data using natural language…

    Python

  3. jobHack jobHack Public

    JOBHACK: A job application platform where users register, post jobs, and apply for job listings with authentication and authorization.

    JavaScript 1 1

  4. SEHAT-miniProject-sem5- SEHAT-miniProject-sem5- Public

    SEHAT is an interactive Predictive Health Application using Streamlit and machine learning models to forecast diabetes and heart disease risks based on user health parameters. Enhance your health a…

    Python

  5. DhanVantriMyCut DhanVantriMyCut Public

    dhanvantri is an Android app developed in Kotlin, using TensorFlow for machine learning. It identifies medicinal plants from images taken with the device's camera or selected from the gallery and p…

    Kotlin 3

  6. MINSK MINSK Public

    The Minsk Compiler is a simple C# compiler designed for basic arithmetic expressions. It features lexical analysis, parsing, syntax tree generation, and interactive expression evaluation with parse…

    C#