Skip to content
View sakshibhatia17's full-sized avatar

Highlights

  • Pro

Block or report sakshibhatia17

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

Email LinkedIn GitHub


πŸ‘©β€πŸ’» About Me

class SakshiBhatia:
    def __init__(self):
        self.role        = "Software Engineer β€” Full-Stack & ML"
        self.education   = [
            "IIITDM Jabalpur β€” B.Tech Electronics & Communication Eng. (CPI 8.1)",
            "IIT Madras     β€” BS Data Science & Applications (Foundation)"
        ]
        self.stack       = ["React", "Next.js", "TypeScript", "FastAPI", "PostgreSQL", "Docker"]
        self.data_tools  = ["Power BI", "DAX", "Pandas", "NumPy", "Scikit-learn"]
        self.currently   = "Building ConfirmHoga β€” an AI-powered railway intelligence platform"
        self.also_into   = ["Competitive Programming", "Open Source", "Drone Systems", "Chess β™Ÿ"]
        self.open_to     = ["SWE Internships", "Open Source Collabs", "Research", "Hackathon Teams"]
        self.fun_fact    = "I debug backend race conditions and opening theory with equal intensity"

    def greet(self):
        print("Thanks for stopping by β€” let's build something that matters!")

me = SakshiBhatia()
me.greet()

🎯 I bridge hardware intuition (ECE) with software craftsmanship (Data Science + full-stack engineering) β€” bringing that cross-domain thinking into every project, from ML pipelines to production APIs.


πŸŽ“ Education

πŸ›οΈ Institution πŸ“˜ Programme πŸ“… Timeline
PDPM IIITDM Jabalpur B.Tech β€” Electronics & Communication Engineering Aug 2024 – Expected 2028

πŸ“š Coursework: Data Structures & Algorithms Β· Database Management Systems Β· Operating Systems Β· Computer Networks Β· System Design Β· OOP Β· Statistics


βš™οΈ Tech Stack

πŸ—£οΈ Languages

Python Java C++ JavaScript TypeScript SQL MATLAB

🧱 Frameworks & Cloud

React Next.js FastAPI Node.js Flask Docker PostgreSQL Supabase MongoDB

πŸ“Š Data / ML

Pandas NumPy scikit-learn PowerBI Excel OpenCV Git


πŸ“ˆ Coding Profiles

200+ problems solved across dynamic programming, graphs, and binary search. (Optional: add live LeetCode/Codeforces stat cards here once you confirm your handles β€” placeholders below.)


πŸš€ Featured Projects

React TypeScript FastAPI Scikit-learn PostgreSQL (Supabase)

Predicts PNR confirmation probability and surfaces cost-saving "Jugaad" split-ticket routes for Indian Railways passengers.

  • 🎯 Random Forest Regressor on historical booking data β€” 91.8% accuracy (RΒ² 0.92, RMSE 0.11)
  • ⚑ Failover/caching architecture (Tenacity, Cachetools) across multiple live rail data providers for reliability
  • 🧠 Custom BFS graph-traversal to identify split-ticket combinations that save passengers money
  • πŸ—„οΈ Real-time train/fare data served via structured SQL queries against Supabase/PostgreSQL

FastAPI Next.js Scikit-learn

Real-time AQI + water-quality intelligence across 50+ Indian cities, built at an MLH-affiliated national hackathon.

  • ⚑ Sub-200ms response times at scale
  • πŸ€– 4-tier LLM fallback chain (Gemini, Groq, DeepSeek) β€” 99% uptime through rate-limit spikes
  • πŸ“„ Scikit-learn pipeline extracting structured data from PDF reports β€” 87% precision on water-drinkability prediction

⚑ Productivity Pro Suite β€” Chrome Extension

JavaScript Chrome APIs Gemini API

Kills context-switching for knowledge workers with AI-assisted task automation.

  • 🧠 Gemini API integration for task automation, synced with Google Calendar
  • πŸ“ˆ 150+ active users, latency reduced by 35% via async API orchestration

Python OpenCV Machine Learning

Real-time CV safety system tracking Eye Aspect Ratio (EAR) at 25+ FPS.

  • πŸ”” Automated alerts cut simulated reaction delay by 40%
  • πŸ§ͺ Validated across 500+ simulated frames

πŸ† Achievements

πŸ… Achievement πŸ“‹ Details
πŸ₯‡ Can You Hack It 1st place among 100+ teams β€” productivity-focused web extension
πŸ₯‡ Java Programming 100/100, Gold Medal, Batch Topper
πŸ€– Technoxian 9.0 (Delhi NCR) Autonomous drone systems, 90%+ payload accuracy among 200+ teams
β™ŸοΈ National Chess Player Competed in state & national-level tournaments
πŸŽ“ IIT Madras BS Data Science (Foundation) Python, Statistics, Math for Data Science, Computational Thinking

🀝 Leadership & Community

πŸ›οΈ Student Senate Member Spearheaded student-led sustainability initiatives β€” reduced the college's environmental footprint by 40%.

πŸ“’ Abhikalpan '25 & Collage Fests β€” PR & Sponsorship Lead (IIITDM Jabalpur Annual Techfest) Contacted 50+ potential sponsors, driving a 35% increase in event funding.

🌱 Open Source Contributor β€” GirlScript Summer of Code (GSSoC) Resolved bugs and enhanced modular components across open-source repos; authored unit tests, delivered via peer-reviewed PRs.


πŸ“Š GitHub Stats

Β 


πŸ“¬ Let's Connect

🌐 Platform πŸ”— Link
πŸ“§ Email [email protected]
πŸ’Ό LinkedIn linkedin.com/in/sakshi-bhatia
πŸ™ GitHub github.com/sakshibhatia17

πŸ’¬ Open to SWE internships, open-source collaborations, and hackathon teams. If you're building something interesting, reach out.


"Build with intention. Ship with pride. Learn always."

ECE Γ— Data Science Γ— Open Source Γ— Robotics Γ— Chess β™Ÿ Β· Made with πŸ’™ by Sakshi

Pinned Loading

  1. ConfirmHoga ConfirmHoga Public

    AI-powered Rail Intelligence Engine using FastAPI, Machine Learning and Split Ticketing.

    TypeScript

  2. Transit-Ops Transit-Ops Public

    An end-to-end transport operations platform that digitizes fleet management, enforces business rules, and delivers real-time operational insights.

    TypeScript

  3. Driver-Drowsiness-Detection-System Driver-Drowsiness-Detection-System Public

    Real-time Driver Drowsiness Detection System built using Python and OpenCV. Detects driver fatigue by analyzing Eye Aspect Ratio (EAR) from live video streams using facial landmark detection.

    Python

  4. Railway-Reservation-Management-System- Railway-Reservation-Management-System- Public

    A professional Railway Reservation Management System built with Java and Swing GUI, demonstrating advanced Object-Oriented Programming principles, comprehensive exception handling, and modular arch…

    Java

  5. Automated-Productivity Automated-Productivity Public

    Forked from yashica-kuki/Automated-Productivity

    JavaScript

  6. manekchowk-sandwich-website manekchowk-sandwich-website Public

    An elegant and modern website for Manekchowk Sandwich, showcasing Ahmedabad's iconic sandwich brand with an interactive menu, branch locations, gallery, offers, franchise information, and seamless …

    TypeScript