Computer/Information Science Engineer Student | Future-ready Cloud & AI Automation Enthusiast
- π¬ Bridging AI research with scalable product development
- π Driving innovation in ML, cloud, and automation for real-world impact
- π Strong communicator; passionate about collaboration and continuous learning
Open to opportunities in: AI/ML Engineering β’ Full-Stack Development β’ Cloud Solutions β’ Technical Leadership
π§ Netflix
A Netflix-clone style web project (landing page UI lone) built with HTML, CSS and JavaScript A front-end clone of a Netflix-style streaming landing page, built for learning purposes using plain HTML, CSS and JavaScript. This project is a UI recreation only and is not affiliated with or endorsed by Netflix. The page includes a responsive navigation bar with a sign-in button, a hero banner with an email sign-up call to action, feature rows describing the demo service, an interactive FAQ accordion section, and a footer with helpful links. Built with HTML5 for markup, CSS3 for styling using Flexbox, media queries and gradients, and vanilla JavaScript for DOM events, without any external frameworks.
π¨βπ Forest Fire Detection
AI/ML pipeline for next-day forest fire probability mapping & multi-hour spread simulation using VIIRS satellite data, Random Forest, and Cellular Automata at 30m resolution over Uttarakhand, India Next-day fire-probability mapping and multi-hour fire-spread simulation at ifier, and a vectorised Cellular Automata engine. Auto-generated dashboard: probability map, binary map, spread snapshots and feature importances in one figure. Simulated fire front advancing over the 12-hour horizon. Wildfires in the Kumaon and Garhwal Himalaya region of Uttarakhand cause recurring ecological and economic damage.
π¨βπ Forest Fire Detection
AI-based forest fire detection using satellite imagery and environmental data with supervised ML classification, accuracy benchmarking, and geographic hotspot visualization This project trains a convolutional neural network (CNN) to perform binary image classification, distinguishing images that show an active forest fire from images that do not. The model is built and trained end-to-end in a single Jupyter/Colab notebook ( ) using TensorFlow/Keras, trained on the "Wildfire Dataset" from Kaggle, and evaluated on a held-out test split, reaching roughly 79.7% test accuracy. The classifier is a compact CNN with three convolutional blocks followed by a dense classification head: The network is compiled with the Adam optimizer and binary cross-entropy loss, and trained for 12 epochs on 150x150 RGB images with a batch size of 32. The notebook downloads "The Wildfire Dataset" directly from Kaggle via ( ).
π¨βπ Subsurface Ice Lunar South Polar
End-to-end remote-sensing pipeline for detecting and characterising subsurface water ice in the Faustini Permanently Shadowed Region using Chandrayaan-2 DFSAR compact-polarimetry SAR, OHRC imagery, Bayesian inference, and ML validation This project combines Chandrayaan-2 Dual-Frequency Synthetic Aperture Radar (DFSAR) compact-polarimetry data and Orbiter High Resolution Camera (OHRC) optical imagery with physically grounded models and an independent machine-learning cross-check. The pipeline produces publication-quality figures, an interactive dashboard, exportable GIS products, and mission-planning outputs such as landing-site selection and rover traversability. The codebase is organised as a modular Python pipeline ( ) driven by a single orchestration script ( ), supplemented by a large collection of standalone analysis and figure-generation scripts at the repository root, and a Jupyter notebook for interactive exploration. Step 1 β Data acquisition and simulation.
ML-based cardiac arrhythmia detection and classification using ECG data with signal processing, feature extraction, and supervised learning models Detection & Classification of Cardiac Arrhythmia An AI-powered diagnostic tool for real-time ECG analysis and clinical reporting This repository implements a state-of-the-art ECG Arrhythmia Detection and Classification system. Designed for clinicians and medical researchers, it bridges the gap between raw signal data and actionable medical insights using advanced Machine Learning. π Multi-Source Input Support for ECG CSVs, high-res images, and manual physiological data. π§ Weighted KNN Intelligence Classifies 16 arrhythmia types with high precision using a pre-trained Weighted KNN model.
βοΈ My Portfolio
Personal developer portfolio website showcasing projects, skills, certifications, and experience in AI/ML, cloud, and full-stack development. Deployed in AWS, Azure, GitHub pages A modern, responsive developer portfolio showcasing my projects, skills, and experience as a Computer Science engineer. Built with cutting-edge technologies and deployed across multiple cloud platforms for optimal performance and availability. If you'd like to suggest improvements or modifications: This project is licensed under the MIT License.
π§ Hackathon
Multimodal AI chatbot built with Streamlit and Google Gemini 2.0 Flash API β supports text, PDF, image, audio, and video interactions This project is a full multimodal AI chatbot built using Streamlit and Google Gemini 2.0 Flash API. It allows you to interact with text, PDFs, images, audio, and video files through a simple and intuitive web UI. It is actively maintained with clean code, thorough documentation, and follows software engineering best practices.
π¨βπ Forest Fire
Forest fire spread simulation for Uttarakhand, India using NASA VIIRS satellite data, Copernicus DEM, and a Rothermel Cellular Automation model Physics-based fire spread simulation for the Uttarakhand region using satellite fire detections, terrain analysis, and a Rothermel-inspired Cellular Automaton model. Forest fires in Uttarakhand (Himalayan foothills, India) are a recurring ecological and humanitarian crisis. This project builds an end-to-end pipeline that: Builds a fire risk probability map from 5 years of historical VIIRS fire frequency (2019β2023) using spatial Gaussian smoothing β no ML training required. Simulates fire spread using a physics-based Cellular Automaton (CA) model driven by Rothermel fire-behavior equations, incorporating wind, slope, aspect, fuel load, and humidity.
π Java
Full-stack console-based Java E-commerce application with MVC architecture, PBKDF2 password hashing, shopping cart, order management, and file-based persistence Welcome to the Java Learning Repository! This repository is dedicated to learning and mastering Java programming from basics to advanced concepts. π Data Structures & Algorithms Object-Oriented Programming (OOP) Java Development Kit (JDK) 8 or higher IDE: IntelliJ IDEA, Eclipse, or VS Code Basic programming knowledge (optional) Set up your IDE and start learning! If you find any issues or have improvements: This project is open source and available under the MIT License.
π§ Delhi Aqi
End-to-end Delhi air quality index analysis with time series decomposition, multi-source AQI data aggregation, trend forecasting, and interactive heatmap visualizations A comprehensive time series analysis and forecasting system for Delhi's air quality patterns, providing actionable insights for environmental monitoring and public health assessment. This project delivers an end-to-end analysis of Delhi's Air Quality Index (AQI) using advanced time series modeling techniques. By leveraging SARIMA forecasting and comprehensive statistical analysis, we uncover critical patterns in air pollution that directly impact over 30 million residents in the National Capital Region. It is actively maintained with clean code, thorough documentation, and follows software engineering best practices.
GitHub Pages hosted personal website and portfolio for Jaideep M C β Information Science Engineer and AI/ML enthusiast This project focuses on jaideep193.github.io with practical implementations using modern tools and techniques. It is actively maintained with clean code, thorough documentation, and follows software engineering best practices.
π§ Jaideepmc2003
Alternate GitHub profile README for Jaideep M C β certificates, accomplishments, and developer identity Implements linear regression and documents performance metrics (MAE, RMSE) in Jupyter notebooks. Includes visual analytics (scatter plots, correlation matrices) and notebook-based workflow for reproducibility. Real-time attendance logging using face recognition and camera feeds. Detects and identifies individuals from live video, tagging attendance to a database with accuracy checks.
βοΈ Default
Production-ready distributed Go web app for GCP exposing GCE instance metadata via REST API, with Docker, Kubernetes (GKE), and Jenkins CI/CD pipeline π GCE Instance Metadata Service A distributed multi-tier Go application for Google Cloud Platform Frontend Β· Backend Β· Cloud-Native Β· Microservices This is a production-ready Go web application that demonstrates a distributed, multi-tier architecture for Google Cloud Platform (GCP). Please follow these steps: Follow Go conventions ( ) Add tests for new features Version Date Changes 2.0.0 2024 Enhanced features, optimized pipeline Copyright 2015 Google Inc. Jaideep193 - Cloud & DevOps Enthusiast π§ Connect for collaboration and contributions β If you find this project helpful, please give it a star! β Made with β€οΈ for the cloud-native community
Linear regression model for house price prediction with EDA, outlier detection, hyperparameter tuning, and visual analytics using Jupyter Notebook π How to Run This project implements a machine learning solution for predicting house prices using linear regression. The model analyzes key housing features including: π Square Footage - Living area in square feet ποΈ Bedrooms - Number of bedrooms πΏ Bathrooms - Number of bathrooms The solution demonstrates practical application of supervised learning techniques in real estate valuation and provides accurate price predictions across diverse property types. The project utilizes a comprehensive housing dataset ( ) containing: Square Footage Living area in square feet Bedrooms Number of bedrooms Bathrooms Number of bathrooms Price Target variable (house prices) The dataset provides diverse housing samples enabling robust model training and evaluation across different property types and price ranges. Project completed as part of SkillCraft Technology Machine Learning internship - Task 1 β If you found this project helpful, please consider giving it a star!
π Adgenesis
Automate compliant ad creation with AI-powered design generation - 100% FREE with custom ML model! ADGENESIS is an AI SaaS platform that helps marketers and designers create platform-compliant advertisements in seconds. Upload your brand guidelines, describe your ad concept, and let AI generate professional designs that meet platform requirements (Meta, Google, LinkedIn). NEW: Now powered by a custom fine-tuned ML model - generate unlimited ads for FREE with zero OpenAI costs! Latest version includes manual object rendering Canvas now properly scales 1080x1080 designs to 800x800 display Background colors render correctly Fixed!
K-Means clustering model for customer segmentation using Mall Customers dataset with feature engineering and cluster visualization This project implements a comprehensive K-means clustering algorithm to segment customers of a retail store based on their demographic and spending characteristics. The analysis uses the MallCustomers dataset to identify distinct customer groups for targeted marketing strategies and business insights. The comprehensive analysis provides actionable insights for business strategy development, with multiple visualization approaches making the results accessible to both technical and non-technical stakeholders. The identified customer segments enable data-driven decision making for marketing, product development, and customer relationship management initiatives.
π Bigdata
Big data analytics on e-commerce datasets including Brazilian Olist marketplace data β data processing, insights, and exploratory analysis This project focuses on bigdata with practical implementations using modern tools and techniques. It is actively maintained with clean code, thorough documentation, and follows software engineering best practices.
ποΈ Hand Gestures
Real-time hand gesture recognition system using MediaPipe and OpenCV that controls media playback via keyboard commands A real-time hand gesture recognition system that enables touchless media control using computer vision. Control your media playback, volume, and other functions with simple hand gestures captured through your webcam. How It Works This project leverages MediaPipe for hand tracking and gesture detection to provide an intuitive, touchless interface for controlling media playback. The system recognizes various hand gestures in real-time and translates them into keyboard commands for media control.
Real-time facial recognition attendance system using OpenCV with live camera feed, automated CSV/Excel log export, and database tagging A Python-based Attendance Management System using Face Recognition (OpenCV + Machine Learning). Automatically recognizes faces from a webcam to mark attendance in real-time, saving the results in a CSV file! πΌοΈ Face Detection & Dataset Creation: Capture face images from a webcam and organize them into structured user folders. π§βπ« Model Training: Train a robust LBPH (Local Binary Patterns Histograms) recognizer on your dataset for identification.
β Machine Learning Projects: Developed 4+ production-grade ML models with >85% accuracy in classification tasks β Real-Time Computer Vision: Built facial recognition and forest fire detection systems using OpenCV and deep learning β Cloud Infrastructure: Architected and deployed cloud solutions on Azure, GCP, and Oracle Cloud platforms β Time Series Analysis: Implemented advanced forecasting models for air quality and environmental data β Full-Stack Development: Created end-to-end web applications using React, Node.js, MongoDB, and modern DevOps practices β Code Contributions: Consistent GitHub activity with 100+ commits demonstrating continuous learning and improvement β Technical Documentation: Maintained comprehensive README files and project documentation for portfolio projects
- Google Cloud Skills Boost: Advanced practitioner with multiple cloud certifications
- Proficient in Data Science, Machine Learning, Cloud Computing, and Full-Stack Development
- Strong expertise in Python, JavaScript, and modern development tools
See my full portfolio and contributions on GitHub
Connect professionally and explore career opportunities
View my Google Cloud Skills Badges and certifications
Reach out for collaborations and opportunities
β¨ "Innovation through Intelligence β’ Impact through Code β’ Future through AI" β¨
