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

Highlights

  • Pro

Block or report Dhruva105

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

~/introduction

Computer Science undergraduate specializing in AI & Machine Learning at Lovely Professional University (Aug 2024 – Aug 2028). I build systems at the intersection of applied ML, adaptive learning, and cloud infrastructure β€” with a particular interest in how systems can respond to individual behavior instead of serving static content.

My work spans Python / TensorFlow / Scikit-learn for modeling, Azure for cloud deployment, and a set of systems-level projects in C++ and Java that explore performance and architecture from the ground up. I'm currently looking to extend this into research collaborations, ML internships, and cloud-based AI infrastructure work.

Building systems that adapt to people, not the other way around.

name: Dhruv Pal
role: CSE (AI & ML) Undergraduate
university: Lovely Professional University
location: Punjab, India
focus: [Applied ML, Adaptive Systems, Cloud AI]
open_to: [ML Internships, Research Collabs]

~/about

I'm a Computer Science undergraduate working at the intersection of artificial intelligence, machine learning, and adaptive learning systems. My interests center on how AI can respond to individual learner behavior rather than deliver static content β€” a problem that sits between systems design and applied ML. I work primarily with Python, TensorFlow, and Scikit-learn to build and test models, and use Azure to move experimentation into cloud-integrated deployments. Outside of ML, I like understanding systems from the ground up β€” which is why a chunk of my project work is in C++ and Java, building things like file systems and arithmetic libraries from scratch. I'm looking for research opportunities and technical internships in adaptive ML or cloud-based AI infrastructure.


~/current-focus

$ cat status.log

[BUILDING]     Adaptive, ML-driven applications across Python, Java & C++
[LEARNING]     Cloud-integrated ML deployment on Microsoft Azure
[RESEARCH]     Adaptive learning systems for personalization & accessibility in education
[EXPLORING]    Remote sensing & geospatial data analytics (ISRO/IIRS)
[GOAL_2026]    Land an ML Research / MLOps internship, extend published research

$ _

~/tech-stack

Languages

Python Java C++ C C# TypeScript JavaScript HTML5

ML / Data

TensorFlow scikit-learn Pandas NumPy

Cloud / DevOps

Azure Microsoft Fabric Docker Linux Git

Frameworks / Tools

React Flask Node.js Postman


~/featured-projects

🧠 Intelligent Task Prioritizer

Standalone Java desktop application built around a custom Binary Min-Heap architecture to dynamically prioritize tasks by deadline and importance weight.

Tech: Java Data Structures & Algorithms Key features:

  • Custom min-heap implementation (not library-based)
  • Dynamic re-prioritization as deadlines shift
  • Desktop UI for task management

πŸ”— Repository

πŸ”’ BigInt C++ Library

High-performance C++ library for arbitrary-precision arithmetic, built to handle integers of unlimited size beyond standard 64-bit data type limits.

Tech: C++ OOP Key features:

  • Full source, documentation, and usage examples
  • Overcomes native integer overflow limits
  • Designed with object-oriented architecture

πŸ”— Repository

πŸ—‚οΈ Unix-like File System Recovery Tool

A Unix-like virtual file system in C++ featuring recovery, journaling, an LRU cache, and defragmentation β€” with a companion web dashboard.

Tech: C++ Systems Programming Web Dashboard Key features:

  • Journaling for crash recovery
  • LRU cache for performance
  • Defragmentation logic
  • Web dashboard for visualization

πŸ”— Repository

πŸ’° Employee Salary Prediction

AI-powered system for real-time employee salary prediction using Linear Regression, served through a Flask API with a React frontend.

Tech: Python Flask React Linear Regression Key features:

  • Real-time prediction API
  • Linear regression model pipeline
  • React-based interface

πŸ”— Repository

🏦 Loan Prediction Model

Python-based model for predicting loan approval outcomes, built for the loan-kiosk use case.

Tech: Python Machine Learning

πŸ”— Repository

βž— Math API

An API for effortless mathematical operations β€” basic arithmetic, advanced functions, and expression evaluation. Live demo hosted on GitHub Pages.

Tech: C# Node.js Docker React Native Topics: automation Β· metadata Β· wordpress-plugin

πŸ”— Repository Β· 🌐 Live Demo


~/research

Adaptive Learning in the Cloud: AI-Driven Personalization and Accessibility in Modern Education πŸ“– International Journal of Multidisciplinary Educational Research (IJMER) Β· Nov 2025

This study investigates the integration of Artificial Intelligence and cloud computing in designing adaptive learning systems that personalize instruction while improving accessibility.

πŸ“„ View Publication


~/certifications

☁️ Cloud & AI
Certification Issuer Date
Microsoft Certified: Azure Data Scientist Associate Microsoft Jun 2025
Microsoft Certified: Fabric Data Engineer Associate Microsoft Jan 2026
AI Skills Fest 2026 Microsoft Jun 2026
Artificial Intelligence Fundamentals IBM SkillsBuild Jun 2025
5-Day AI Agents Intensive Course Google / Kaggle Dec 2025
Introduction to AI & ML Skillera Mar 2025
πŸ›°οΈ Research & Geospatial
Certification Issuer Date
Remote Sensing Data Analytics for Crop Production Forecasting (Grade: A+) ISRO / IIRS Jun 2025
Advanced Image Analysis for Geospatial Professionals ISRO / IIRS Aug 2025
πŸ’» Programming
Certification Issuer Date
Java Certificate CipherSchools May 2026
Programming Using C++ Infosys Aug 2025
C Programming NeoColab May 2025
Basic to Beyond Python CSE Pathshala Jan 2025
πŸ› οΈ Cloud Ops, Security & Tools
Certification Issuer Date
DevOps Engineer OneRoadmap Jun 2025
Cyber Job Simulation Deloitte Jun 2025
Linux Commands and Shell Scripting Skillera Nov 2024
Postman API Fundamentals Student Expert Postman / Canvas Credentials Jun 2025
Effective Time Management Master Union Oct 2024

~/github-analytics

Note: These are community-hosted widgets (github-readme-stats, streak-stats, activity-graph) and can occasionally rate-limit or go down since they run on shared free infrastructure. If a card stops rendering, it's the service β€” not your profile.


~/volunteering

CyberSmart Awareness Volunteer β€” WNS Cares Foundation (CSR Initiative) Β· Jul – Aug 2025 Worked as a CyberSmart Awareness Volunteer, contributing to community outreach, tutoring, and awareness efforts under the foundation's CSR program.


~/connect

LinkedIn Portfolio Gmail LeetCode


Building systems that adapt to people, not the other way around.

Popular repositories Loading

  1. file-system-recovery-tool file-system-recovery-tool Public

    A Unix-like Virtual File System with Recovery, Journaling, LRU Cache and Defragmentation β€” built in C++ with a web dashboard

    C++ 1

  2. loan-kiosk-model loan-kiosk-model Public

    Python 1

  3. DSA-Bootcamp-Java DSA-Bootcamp-Java Public

    Forked from kunal-kushwaha/DSA-Bootcamp-Java

    This repository consists of the code samples, assignments, and notes for the Java data structures & algorithms + interview preparation bootcamp of WeMakeDevs.

    Java 1

  4. Data-Structures-and-Algorithm-in-Java Data-Structures-and-Algorithm-in-Java Public

    Java 1

  5. math-api math-api Public

    βž• Perform mathematical operations effortlessly with the Math API, offering basic arithmetic, advanced functions, and expression evaluation.

    C#

  6. Employee-Salary-Prediction Employee-Salary-Prediction Public

    AI-powered system for real-time employee salary prediction using Linear Regression, Flask API, and React.

    TypeScript