Skip to content
View AdityaMallick01's full-sized avatar

Highlights

  • Pro

Block or report AdityaMallick01

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

header

Typing SVG


Profile Views GitHub followers CGPA Year Status


🏆 CREDENTIALS AT A GLANCE

☁️ Oracle Cloud AI Foundations 🤖 Stanford ML (DeepLearning.AI) 🎨 Adobe Hackathon Round 1 ☁️ Google Cloud Agentic AI Day
OCI 2025 Associate Supervised ML · 2024 Qualified · 2025 Participant · 2025

╔══════════════════════════════════════════════════════════════════════╗
║           ⬡  A D I T Y A . O S  —  SYSTEM BOOT SEQUENCE  ⬡         ║
╠══════════════════════════════════════════════════════════════════════╣
║                                                                      ║
║  [████████████████████████████████████] 100%  INIT COMPLETE         ║
║                                                                      ║
║  > Java Full Stack Engine         v3.0 . . . . . . . [  OK  ]       ║
║  > Python + AI/ML Runtime         v2.1 . . . . . . . [  OK  ]       ║
║  > Raspberry Pi GPIO Interface    v1.4 . . . . . . . [  OK  ]       ║
║  > OpenCV Computer Vision Core    v4.8 . . . . . . . [  OK  ]       ║
║  > Spring Boot Backend Server     v3.2 . . . . . . . [  OK  ]       ║
║  > MySQL Database Engine          v8.0 . . . . . . . [  OK  ]       ║
║  > REST API Gateway               v1.0 . . . . . . . [  OK  ]       ║
║  > Git Version Control            v2.4 . . . . . . . [  OK  ]       ║
║                                                                      ║
║  ✦  ADITYA.OS ONLINE  ✦  ALL SYSTEMS NOMINAL  ✦  READY TO BUILD ✦  ║
╚══════════════════════════════════════════════════════════════════════╝

> whoami

name        : Aditya Mallick
alias       : AdityaMallick01
location    : Bhubaneswar, Odisha, India 🇮🇳
university  : SOA University — B.Tech CSE
cgpa        : 9.20 / 10.0  ← Top of class
year        : Third Year (2023–Present)

what_i_build:
  - Robotic arms that see + weigh + sort objects autonomously
  - Spring Boot REST APIs with JWT auth & JPA relationships
  - Live-streaming surveillance robots controlled via browser
  - AI pipelines fusing sensor data + computer vision

currently_learning:
  - React.js · Docker · Kubernetes
  - YOLO real-time detection · CNNs
  - LLM APIs & Agentic AI workflows

status      : 🟢 Actively seeking internships (Summer/Fall 2025)
contact     : adityamallick002@gmail.com


⚡ TECH STACK MATRIX

◈ LANGUAGES

Java Python JavaScript

◈ BACKEND & FRAMEWORKS

Spring Boot Flask Django REST API

◈ DATABASE

MySQL Spring JPA

◈ AI · ML · COMPUTER VISION

OpenCV NumPy TensorFlow

◈ EMBEDDED · IoT

Raspberry Pi GPIO PiCamera2 HX711 PCA9685

◈ TOOLS & PLATFORMS

Linux Docker Git GitHub VS Code

◈ SKILL ICONS


🚀 MISSION CONTROL — FEATURED PROJECTS

🤖 PROJECT ALPHA — Intelligent Object Sorting System

[ COMPUTER VISION · WEIGHT SENSING · ROBOTIC AUTOMATION ]

The problem: Manual object sorting is slow, error-prone, and doesn't scale. This system sees, weighs, and places objects — fully autonomously.

Component Role
📷 PiCamera2 Real-time object capture
🧠 OpenCV Shape detection + classification
⚖️ HX711 (24-bit ADC) Precision weight sensing
🦾 PCA9685 (I²C) 6-DOF robotic arm control
🍓 Raspberry Pi Central control unit

Key outcomes:

  • 🔬 Dual-parameter sorting — shape + weight classified in a single pipeline
  • 📡 Sub-second image processing latency with real-time feedback
  • ⚙️ Calibrated load cell achieving gram-level precision
  • 🦾 Smooth automated pick-and-place via I²C servo control

View Project


📡 PROJECT BETA — Web-Controlled Surveillance Robot

[ IoT · FLASK BACKEND · LIVE VIDEO STREAMING ]

The problem: Physical surveillance requires someone to be on-site. This robot streams live video and accepts control commands from any browser on the network.

Component Role
🌐 Flask Backend Web server + MJPEG streaming endpoint
📹 OpenCV Video capture + frame encoding
🕹️ GPIO / L298N Motor driver interface
📡 Wi-Fi Remote navigation channel

Key outcomes:

  • 📺 Stable MJPEG video stream accessible from any device on LAN
  • 🌐 Custom control dashboard with bidirectional motor control
  • 🔄 Direction switching with responsive low-latency web controls

View Project


⚡ PROJECT GAMMA — Student Management REST API

[ JAVA FULL STACK · SPRING BOOT · MYSQL · JPA ]

The problem: A well-architected backend isn't just CRUD — it's clean separation, safe exposure, and scalable design. This project demonstrates production-grade patterns.

Layer Technology
🟢 Framework Spring Boot 3.2 + Dependency Injection
📊 ORM Spring Data JPA + Hibernate
🗄️ Database MySQL 8.0
🔄 API Layer DTO Pattern + REST CRUD + Swagger

Key outcomes:

  • 🔗 Many-to-Many student-course relationships via JPA join tables
  • 📑 Pagination + search via Spring Data + full Swagger/OpenAPI docs
  • 🔒 DTO projection prevents accidental entity data exposure
  • 🏗️ Designed to extend with Spring Security + JWT (in progress)

View Project


🧠 DUAL JOURNEY — LIVE PROGRESS TRACKER

☕ Java Full Stack Path

JAVA FOUNDATION
├── ✅ Core Java (OOP, Collections)
├── ✅ JDBC & SQL Fundamentals
├── ✅ Spring Boot Framework
├── ✅ Spring Data JPA & Hibernate
├── ✅ REST API Design & CRUD
├── ✅ DTO Pattern & Relationships
├── 🔄 Spring Security (JWT)      ← NOW
├── 🔄 Microservices Architecture
├── 🔄 Docker & Kubernetes
└── 📌 React.js Frontend Integration

🤖 AI · ML · Computer Vision Path

AI FOUNDATION
├── ✅ Python for ML (NumPy, Pandas)
├── ✅ OpenCV (Image Processing)
├── ✅ PiCamera2 + Video Pipelines
├── ✅ Object Detection (Shape/Color)
├── ✅ Weight Sensing + Sensor Fusion
├── 🔄 Supervised ML (Stanford/DL.AI) ← NOW
├── 🔄 Deep Learning Basics (CNNs)
├── 🔄 YOLO Real-time Detection
└── 📌 LLMs & Agentic AI Systems

✅ Completed  ·  🔄 In Progress  ·  📌 Coming Next


📈 GITHUB ANALYTICS




🐍 CONTRIBUTION SNAKE

github contribution snake

🛰️ CURRENT MISSION LOG

class AdityaMallick:
    def __init__(self):
        self.name       = "Aditya Mallick"
        self.university = "SOA University, Bhubaneswar"
        self.cgpa       = 9.20
        self.certs      = ["Oracle OCI AI Foundations 2025", "Stanford ML · DeepLearning.AI"]

    @property
    def currently_building(self):
        return [
            "Spring Boot microservices with Spring Security + JWT",
            "Deep Learning pipeline for real-time object detection (YOLO)",
            "AI-integrated REST APIs bridging Python inference + Java serving",
            "Advanced IoT automation with multi-sensor fusion on Raspberry Pi",
        ]

    @property
    def currently_learning(self):
        return [
            "React.js — Full Stack frontend integration",
            "Docker & Kubernetes — containerized deployments",
            "LLM APIs & Agentic AI — the next frontier",
            "CNNs + YOLO + SAM — advanced Computer Vision",
        ]

    @property
    def open_to(self):
        return [
            "Internships (SDE / AI / ML / IoT)",
            "Open Source Contributions",
            "Research Collaborations",
        ]

    def contact(self):
        return {
            "email"    : "adityamallick002@gmail.com",
            "linkedin" : "linkedin.com/in/aditya-mallick-b76a64376",
            "portfolio": "adityamallick01.github.io/aditya-mallick-portfolio",
        }

    def __repr__(self):
        return "Building the future, one commit at a time. 🚀"

aditya = AdityaMallick()
print(aditya)
# → Building the future, one commit at a time. 🚀

🌐 ESTABLISH CONNECTION

LinkedIn GitHub Email Portfolio


💬 "I build things that bridge the physical and digital — robots that see, backends that scale, and AI that acts. If you're working on something ambitious, let's talk."


Found a project useful? A star means the world and takes one second.


footer

Pinned Loading

  1. Surveillance-Robot- Surveillance-Robot- Public

    A Raspberry Pi-based web-controlled surveillance robot with live video streaming and directional controls via Flask. Designed as a low-cost, open-source solution for security, monitoring, and educa…

    HTML

  2. Automated-Object-Sorter Automated-Object-Sorter Public

    HTML

  3. student-management-api student-management-api Public

    Backend REST API built with Spring Boot implementing layered architecture, JPA (Hibernate), DTO pattern, pagination, and API documentation using Swagger.

    Java

  4. student-management-system-jdbc student-management-system-jdbc Public

    Console-based Student Management System using Java, JDBC and MySQL with layered architecture (Model, DAO, DBConnection).

    Java

  5. aditya-mallick-portfolio aditya-mallick-portfolio Public

    HTML