Skip to content
View RpM-999's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report RpM-999

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

Profile views GitHub followers GitHub stars


I'm Rupam Mondal, a data-focused engineer building production-ready data pipelines, ML systems, and AI applications.

Focus: End-to-end analytics, ML workflows, healthcare prediction, and computer vision.

Looking for: Data Analyst / ML Engineer / AI Engineer roles to deliver scalable data & AI solutions with real impact.

Education Highlights
B.Tech CSE (AI & ML) University of Engineering and Management, Kolkata
GPA 8.64 (till 6th sem) • 2022‑2026
Higher Secondary Sree Ramakrishna Sishutirtha High School
Science • 81.8% • 2021‑2022
Secondary Patha Bhavan Dankuni
81.5% • 2020

Programming & Scripting

Python      C

Databases

SQL Server      Postgres      MongoDB

Data Engineering & Warehousing

Databricks      dbt      Snowflake

Data Analysis & BI

Tableau      SQL      Pandas      NumPy      Matplotlib      Excel

Machine Learning & AI

Scikit-learn      PyTorch      LangChain      Hugging Face      n8n      CrewAI

Dev Tools & Platforms

Git      GitHub      Docker      VS Code      Google Colab      Kaggle      Linux

Cloud Platforms

AWS

LeetCode Highlights

LeetCode Stats

HackerRank Profile

HackerRank Badge

HackerRank Badges

Top Langs


Contribution Snake

Neon Snake


Swiggy Sales Analysis ( SQL+Tableau )

  • 🧠 End-to-end data analysis of Swiggy sales using SQL Server with Star Schema modeling

  • 🧹 Data cleaning & validation (NULL checks,Empty String check, Remove duplicates)

  • 📈 dimensional modeling with 1 Fact table and 5 Dimension tables

    • Fact_Order: contains measures like price_INR, rating, rating_count
    • Dim_Date: temporal attributes (year, month, quarter)
    • Dim_Location: geography (state, city, location)
    • Dim_Restaurant: restaurant master
    • Dim_Catagory: category master
    • Dim_Dish: dish master
  • 📊 KPIs: Total Revenue, AOV, MoM/QoQ Growth, Top/Bottom cities, Restaurant performance metrics

  • 🔎 Business insights: City expansion potential, restaurant dependency, pricing analysis, weekday vs weekend trends

  • 🛠 SQL Server • T-SQL • Star Schema • Window Functions • CTE

  • 🔗 Repo: Link


Heart Disease Prediction ( ML )

  • 🧠 Predicts heart disease risk with confidence score using trained ML model

  • 🧹 Full pipeline: Data cleaning → Preprocessing → Model training → Streamlit app → Deployment

  • 📊 Model comparison: Logistic Regression (87%) vs Random Forest (100% accuracy) — RF chosen for deployment

  • 🎯 Features: Real-time prediction, risk level categories (Low/Moderate/High), dark mode UI

  • 🛠 Python • Scikit-Learn • Pandas • Matplotlib • Seaborn • Streamlit

  • 🌐 Live Demo: Try the App

  • 🔗 Repo: Link


Facial Recognition Based Attendance Management System( AI-System )

  • 🧠 A comprehensive student attendance management system that leverages facial recognition technology to automate student attendance tracking.

  • 🧹 Student Form for registration

    • student will fill his/her personal information and student face images

    • student informations and enbeddings of students faces are temporarily stored in Google sheet

  • 🧹Admin Panel

    • admin can control the opening and cloasing of the student registration form , after filling up the form by all the students admin push the student informations (which are temporarily stored in google sheet) in database personal informations are stored in the supabase(RDB) and embedding are stored inside Qdrant(VDB) , during pushing information student get their enrollment number in thier email (which they give during fill up the form)

    • admin can create new depaertment(dep_id,dep_name,dep_hod_name,dep_hod_mail) , update department information

    • admin can select duration(1-month) and department , during this duration student attendence list with %-of attendence of each student will send to the respective HOD's mail

  • 🧹Give Attendence

    • student stand infront of camera it autometically detect face after that generate embedding and search (semantic searching : cosine similarity) in Qdrant database and and show the Student name , deparment name of the closest similer embedding if the student press 'confirm' button then his/he attendence will be recorded , if (face not recognized / other students information retrived) then student should press cancel button and contact with the admin(technical team of college)
  • 🛠 Python • Pytorch • Supabase(RDB) • Qdrant(VDB) • Google Sheet • Streamlit

  • 🔗 Repo: Link


Badge Certification Platform Year Proof
Python for Data Science badge Snowflake Data Warehouse Snowflake 2025 Link
Google Advanced Data Analytics badge Google Advanced Data Analytics Professional Certificate Coursera 2025 Link
Fandamentals of Agents Badge Advanced Tableau Corporate Finance Institute 2025 Link
Deep  Learning Specialization badge Deep Learning Specialization Coursera 2025 Link
Artificial Intelligence Fundamentals Badge Artificial Intelligence Fundamentals IBM 2025 Link
Fandamentals of Agents Badge Fandamentals of Agents Hugging Face 2025 coming soon

LinkedIn                      Gmail                      Tableau                      Kaggle


"Data is powerful — but only for those who know how to read it."

Pinned Loading

  1. P14-Facial-Recognition-Based-Attendance-System P14-Facial-Recognition-Based-Attendance-System Public

    The Facial Recognition Based Attendance System is an automated solution designed to streamline attendance management in educational institutions. By utilizing advanced facial recognition technology…

    Python 17 3