Skip to content
View Ramit-Gupta23's full-sized avatar
💭
Ml | DL | GEN AI | OPEN CV | YOLO | AWS
💭
Ml | DL | GEN AI | OPEN CV | YOLO | AWS

Block or report Ramit-Gupta23

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
Ramit-Gupta23/README.md
██████╗  █████╗ ███╗   ███╗██╗████████╗    ██████╗ ██╗   ██╗██████╗ ████████╗ █████╗ 
██╔══██╗██╔══██╗████╗ ████║██║╚══██╔══╝   ██╔════╝ ██║   ██║██╔══██╗╚══██╔══╝██╔══██╗
██████╔╝███████║██╔████╔██║██║   ██║      ██║  ███╗██║   ██║██████╔╝   ██║   ███████║
██╔══██╗██╔══██║██║╚██╔╝██║██║   ██║      ██║   ██║██║   ██║██╔═══╝    ██║   ██╔══██║
██║  ██║██║  ██║██║ ╚═╝ ██║██║   ██║      ╚██████╔╝╚██████╔╝██║        ██║   ██║  ██║
╚═╝  ╚═╝╚═╝  ╚═╝╚═╝     ╚═╝╚═╝   ╚═╝       ╚═════╝  ╚═════╝ ╚═╝        ╚═╝   ╚═╝  ╚═╝
> whoami
  Ramit Gupta — Student
  Delhi-NCR, India

> cat focus.txt
  ML | DL | Computer Vision | Generative AI | AWS

Typing SVG


~/projects


Hospital_Management_System — End-to-End Hospital ML Platform

patient data ──► feature engineering ──► XGBoost ──► LOS prediction
                                                  └──► SHAP explainability
                                                            │
                                        FastAPI inference API ◄─── Docker Compose
                                                            │
                                              Streamlit dashboard ──► AWS EC2

XGBoost predicts Length of Stay. SHAP makes predictions explainable per-patient. FastAPI serves inference. Streamlit visualizes. Docker Compose ties it all together. Deployed live on AWS EC2.

XGBoost SHAP FastAPI Streamlit Docker Compose AWS EC2 Jupyter


TerraStorm — Cloud-Native Land Change Detection

S3 upload ──► Lambda trigger ──► SageMaker CNN ──► change map ──► Django dashboard
                                                             └──► SNS alert

Satellite images in. Deforestation, urban sprawl, illegal encroachment — detected and alerted automatically.

Django CNN (Siamese) AWS SageMaker Lambda S3 SNS API Gateway Docker EC2


IMDB_RNN — Sentiment Analysis · SimpleRNN → Streamlit

raw text ──► tokenize ──► pad sequences ──► Embedding ──► SimpleRNN ──► sigmoid ──► [pos/neg]

Full cycle: preprocessing, training, activation stability analysis (ReLU vs tanh), serialization, live Streamlit app.

TensorFlow Keras Streamlit Jupyter .h5 serialization


Transformer-from-Scratch — GPT Built From Zero

Bigram LM ──► positional encoding ──► self-attention ──► multi-head ──► GPT block ──► generate

No HuggingFace shortcuts. Raw PyTorch, character-level, built block by block. Tokenization explored with tiktoken + SentencePiece.

PyTorch tiktoken SentencePiece Jupyter


Spam_Detection — TF-IDF · Deployed Live

text input ──► TF-IDF vectorizer ──► Naive Bayes ──► spam / ham
                     │                    │
               vectorizer.pkl        spam_model.pkl   ← serialized separately

Vectorizer and model stored independently — production-safe inference pattern. Live on Render ↗

Scikit-Learn TF-IDF Pickle Render


~/stack

Languages

Python    ████████████  primary
C++       ████████░░░░  secondary

ML / DL

TensorFlow Keras PyTorch XGBoost Scikit-Learn NumPy Pandas Matplotlib SciPy SHAP

Computer Vision

OpenCV YOLO Pillow

Generative AI & NLP

Transformers HuggingFace LangChain tiktoken SentencePiece NLTK

Cloud & MLOps

AWS SageMaker Lambda S3 SNS EC2 Docker

Tools & Frameworks

FastAPI Django Streamlit Jupyter Git VS Code


~/stats

Streak

Activity


~/trophies

Trophies


┌─────────────────────────────────────────────────────────┐
│  > currently building  : end-to-end ML systems          │
│  > exploring           : LLM internals · RAG · RLHF     │
│  > open to             : collabs · contributions        │
│  > reach me            : ramitgupta17@gmail.com         │
│  > linkedin            : linkedin.com/in/ramit-gupta23  │
└─────────────────────────────────────────────────────────┘

Pinned Loading

  1. Hospital_Management_System Hospital_Management_System Public

    End-to-end hospital ML system — XGBoost LOS prediction, FastAPI + SHAP inference, Streamlit dashboard, Docker Compose, live on AWS EC2.

    Jupyter Notebook

  2. TerraStorm-Cloud-Native-Land-Monitoring TerraStorm-Cloud-Native-Land-Monitoring Public

    TerraStorm is a cloud-native AI platform that automatically detects land-use changes from satellite images. Built using AWS, Django, and CNN-based ML models, it enables automated land monitoring, r…

    JavaScript 1

  3. IMDB_RNN IMDB_RNN Public

    Jupyter Notebook

  4. Transformer-from-Scratch Transformer-from-Scratch Public

    GPT

    Jupyter Notebook