Turning data into decisions, one model at a time.
I'm a Data Science student passionate about building intelligent applications that transform raw data into real-world solutions — from AI-powered health platforms to full-stack education systems.
My work sits at the intersection of data science, machine learning, and backend engineering. I design and build end-to-end: from data pipelines and ML models to APIs, databases, and user interfaces that make intelligence accessible.
Currently exploring deep learning, AI agents, and scalable backend architectures — always learning, always shipping.
🔭
Currently
Pursuing Data Science & diving deep into ML/AI
💡
Focus
AI-powered health & education platforms
⚙️
Stack
Python, FastAPI, MySQL, TensorFlow
class Satendra:
def __init__(self):
self.name = "Satendra Rathaur"
self.role = "Data Science Student"
self.location = "Faridabad, India"
self.stack = [
"Python", "FastAPI",
"MySQL", "TensorFlow",
"Docker", "MongoDB"
]
self.mission = "Turn raw data into real-world solutions"
def greet(self):
return "Let's build something useful ⚡"