Skip to content
View Pranay-Agarwal13's full-sized avatar

Block or report Pranay-Agarwal13

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.

Content in all repositories owned by your account will be closed.
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
Pranay-Agarwal13/README.md

Typing SVG

Profile Views


👨‍💻 About Me

I’m a third-year B.Tech CSE (Data Science) student focused on machine learning, data engineering, and real-world ML products.

  • 🎓 B.Tech CSE (Data Science) — 3rd Year
  • 🧠 Currently diving deep into NLP, RAG systems, and production ML pipelines
  • 💼 Open to remote internships and freelance data/ML projects
  • 📫 Reach me: pranayaga13@gmail.com

I learn by building and prefer projects that solve actual problems over toy datasets.


🧠 Tech Stack

Python R JavaScript C++ SQL

TensorFlow PyTorch scikit-learn Pandas LangChain

React Streamlit


🚀 Featured Projects

Project What It Does Tech
🤖 EduRAG Chatbot RAG system where students upload academic PDFs/PPTs and get citation-backed answers. Modular pipeline: loader → chunker → embeddings → retriever → generator. Python LangChain ChromaDB Streamlit RAG
🚖 UrbanRide Analytics Cab demand intelligence dashboard for Mumbai’s ride-hailing market: zone heatmaps, surge analytics, and ML-powered hourly demand forecasting on 10k+ rides. React Vite Recharts Leaflet ML
🏦 Loan Approval Predictor End-to-end ML pipeline in R comparing Logistic Regression, Decision Tree, Random Forest, and SVM with 5-fold CV and a Shiny dashboard. R Shiny Random Forest SVM ggplot2
🎭 Face Mask Detection Binary CNN classifier trained on 7k+ images to detect mask usage in real time using OpenCV. Python TensorFlow OpenCV CNN
🏓 Pong Game Two-player Pong with clean OOP architecture; ball accelerates on each hit. Python Turtle OOP

Tip: Pin these 4–5 repos on your profile and keep their individual READMEs strong (problem, solution, stack, how to run, screenshots). [9][14]


📊 GitHub Stats

GitHub Streak

GitHub Profile Followers


🔨 Currently Working On

current_focus = {
    "learning":    "NLP + RAG systems + real-world ML pipelines",
    "building":    "Something with actual impact (stay tuned)",
    "looking_for": ["remote internships", "freelance ML/data work"]
}

📬 Let’s Connect

LinkedIn Email Instagram

Open to remote internships, freelance data/ML projects, and collaborations.
If you have something interesting — reach out. I don’t bite.


Snake animation

Pinned Loading

  1. cab-demand-analysis cab-demand-analysis Public

    **UrbanRide Analytics** — A React + Vite cab demand intelligence dashboard built for Jaipur's ride-hailing market, featuring real-time KPI monitoring, interactive zone heatmaps, surge analytics, an…

    JavaScript

  2. edu-rag-chatbot edu-rag-chatbot Public

    A retrieval-augmented generation (RAG) system that allows students to upload academic documents and ask grounded questions, with a focus on accuracy, transparency, and evaluation.

    Python

  3. Ember-Luxe Ember-Luxe Public

    HTML

  4. face-mask-detection face-mask-detection Public

    Face mask detection using deep learning

    Jupyter Notebook

  5. forage-midas forage-midas Public

    Forked from vagabond-systems/forage-midas

    Project repo for the JPMC Advanced Software Engineering Forage program

    Java

  6. turtle-crossing-game turtle-crossing-game Public

    A simple Turtle Crossing game inspired by the 100 Days of Code Python bootcamp, built with the turtle module. Dodge randomly generated cars, level up as speed increases, and track your progress wit…

    Python