Skip to content
View My-Mation's full-sized avatar
💀
Sup stalker
💀
Sup stalker

Highlights

  • Pro

Block or report My-Mation

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

  ██████╗ ███████╗██████╗  █████╗ ██████╗  ██████╗ ██╗  ██╗ █████╗
  ██╔══██╗██╔════╝██╔══██╗██╔══██╗██╔══██╗██╔════╝ ██║  ██║██╔══██╗
  ██║  ██║█████╗  ██████╔╝███████║██████╔╝██║  ███╗███████║███████║
  ██║  ██║██╔══╝  ██╔══██╗██╔══██║██╔══██╗██║   ██║██╔══██║██╔══██║
  ██████╔╝███████╗██████╔╝██║  ██║██║  ██║╚██████╔╝██║  ██║██║  ██║
  ╚═════╝ ╚══════╝╚═════╝ ╚═╝  ╚═╝╚═╝  ╚═╝ ╚═════╝ ╚═╝  ╚═╝╚═╝  ╚═╝
Typing SVG

Profile Views   LinkedIn Instagram X Portfolio RapidAPI itch.io



I build systems that have to work. Not demos, not prototypes that get shelved — things that run, that people depend on, that fail in interesting ways and have to be recovered. I care about understanding the moving parts, debugging what breaks, and designing for what comes after the first version. Mobile, embedded, real-time, backend, game systems — I move across the stack because the problems do too.

Currently a CSE freshman at Netaji Subhash Engineering College, West Bengal. Long-term direction: AI infrastructure, server hosting, and product systems at scale.


🔴 Currently Building

Status   Focus   Open to

current_build = {
    "project"   : "AI-Powered Adaptive Testing Station (ESP32 + NotebookLLM)",
    "stack"     : ["C++", "PlatformIO", "Next.js", "NotebookLLM", "ESP32"],
    "status"    : "Firmware stable. Backend sync in progress.",
    "also"      : ["Self-balancing robot (ESP32 + MPU6050)", "Wireless Observatory v3"],
    "learning"  : ["ML systems design", "server infrastructure", "embedded AI"],
}

🏆 GitHub Trophies

trophy


Flagship Projects

RepBot — Real-Time AI Fitness Tracking  ·  Flutter On-Device ML Android

On-device pose estimation with automatic rep counting and live visual feedback — zero cloud, zero manual input.

Built on Google's ML Kit pose model, running entirely on-device. The system tracks joint angles frame-by-frame, infers rep boundaries from motion state transitions, and gives audio-visual feedback in real time. No server roundtrip. No latency. No privacy leakage.

Flutter Dart Android On Device ML

Play Store


AI-Powered Adaptive Testing Station  ·  ESP32 C++ Next.js NotebookLLM

Hardware + AI test system: teachers upload PDFs, AI generates the quiz, ESP32 administers it, AI evaluates and returns personalized feedback.

A full-loop system. PDF upload → NotebookLLM parses and generates structured JSON quiz → POST to ESP32 → adaptive TestState engine runs branching question trees on hardware → student answers via keypad, touch sensor, or voice → responses queued to Next.js backend → AI returns targeted feedback on weak points. Hardware interface: OLED, TM1637 7-seg timer, 4×4 matrix keypad, touch-to-record audio, active buzzer. Audio captured as WebM/Opus, encoded to MP3 (44100Hz mono 128kbps) before backend sync.

C++ ESP32 Next.js PlatformIO

GitHub


MindPlay — Multiplayer Quiz & Social Deduction  ·  Node.js Socket.IO MongoDB Firebase

Fault-tolerant real-time multiplayer with live room sync and authoritative server-side state.

The state lives on the server. Clients are thin. Room synchronization handles late joins, disconnects, and reconnects without desync. Built to stay consistent under network noise — not just under ideal conditions.

Node.js Socket.IO MongoDB Firebase

GitHub


Wireless Observatory Node  ·  Python Flask Termux Android

Portable RF and wireless monitoring node running entirely on an Android device via Termux — no dedicated hardware needed.

Real-time radar visualization, WiFi scanning, device presence detection, RF density graphing, and motion detection — all in a dark cyber-console dashboard served locally from the phone. Self-contained. Zero cloud. Useful in the field.

Python Flask JavaScript Linux

GitHub Stars


Live Chat Top-Down Shooter  ·  Unity C# YouTube Live Chat API

YouTube viewers type in chat → their named entity spawns and fights inside a procedurally generated arena.

The game reads live messages, spawns controlled entities per username, and handles concurrent inputs from an audience in real time. An experiment in turning passive viewership into active participation.

Unity C# YouTube

GitHub


SpotiRip — Self-Hosted Music Streaming on Android  ·  Navidrome Termux Ubuntu proot

Full private music server running on an Android phone — Subsonic-compatible, zero tracking, full library control.

Ubuntu userspace via proot inside Termux. Navidrome handles indexing and the Subsonic API. Ultrasonic on Android as the client. No subscription, no third-party servers, no data leaving the device.

Linux Navidrome Self Hosted

GitHub


Public Security APIs  ·  REST Node.js Render

Production APIs on RapidAPI — privacy-preserving, deterministic, no ML black boxes.

  • Password Risk Detection — breach exposure scoring and guessability analysis, privacy-preserving
  • Email Risk & Disposable Domain — MX validation, typo detection, subdomain and disposable checks
  • CSV Data Cleaning & Normalization — schema-safe, deterministic pipeline

REST Node.js Render

RapidAPI


Indie Games — Sarbanash & Kisor  ·  Godot GDScript Pixel Art

Sarbanash — 2D pixel-art survival horror. Classic Pokémon-style exploration meets atmospheric dread. Complete story, event-driven gameplay, state machines throughout.

Kisor — A choice-driven psychological mystery. Best experienced blind. You're guiding terminally ill students through their final year. Text-based, branching, heavy.

Godot GDScript Pixel Art

Sarbanash Kisor


Technical Stack

Domain Tools
Languages Python JavaScript Dart C++ C# Java
Mobile Flutter Android ML Kit
Backend Node.js Flask Next.js Socket.IO
Data MongoDB Firebase
AI / ML PyTorch TensorFlow Pandas NumPy
Embedded ESP32 Arduino PlatformIO
Game Godot Unity
Infra Linux Vercel Render Git

Areas of Sustained Interest

Real-time systems           ████████████░░░  authoritative state, sync, fault tolerance
Embedded & hardware         ██████████░░░░░  ESP32, sensors, GPIO, actuator control
AI at the edge              █████████░░░░░░  on-device ML, offline inference, no cloud
Self-hosted infrastructure  ████████░░░░░░░  privacy-first, zero dependency stacks
Multiplayer architecture    ███████░░░░░░░░  room systems, reconnection, state machines
Indie game systems          ██████░░░░░░░░░  narrative engines, procedural design
ML & research concepts      █████░░░░░░░░░░  training loops, AGI simulation, system design

Builder Timeline

2024  ─────────────────────────────────────────────────────────────────►  2025+

 Jun                      Oct                     Dec              Now
  │                       │                       │                │
  ▼                       ▼                       ▼                ▼
Started         RepBot · MindPlay ·          Email Risk API ·    ESP32 Testing
NSEC          Golden Pledges · Kisor ·       ML Trading ·        Station ·
              Sarbanash ·                    Android Game         Network
              YouTube Chat Shooter           Engine concept       Observatory ·
                                                                  Self-Balancing
                                                                  Robot (WIP)

Open Source

Contributions focused on backend APIs, real-time infrastructure, game engine tooling, and embedded firmware. Participated in Hacktoberfest and open experimentation across embedded and full-stack domains.

Holopin


GitHub Stats




Milestones

RepBot — shipped a production Android app with on-device ML for real-time pose estimation and rep counting, no cloud required
RapidAPI — designed and deployed privacy-focused production APIs: password risk detection, email risk & disposable domain, and CSV normalization
MindPlay — built real-time multiplayer and live-chat–driven game systems with authoritative server-side state handling
ESP32 — implemented embedded systems with direct sensor input, actuator control, adaptive state machines, and AI feedback loops
SpotiRip — deployed a full self-hosted music streaming stack on Android using Termux, Ubuntu (proot), and Navidrome — zero cloud, full control
Consistency — maintained long-term output across mobile, backend, real-time, embedded, and game systems through Year 1 of college

Thanks

Random Dev Thought

readme-quotes


Footer

Pinned Loading

  1. network-scanner network-scanner Public

    Python 9

  2. FSociety FSociety Public

    HTML 4 1

  3. RepBot-apk RepBot-apk Public

    HTML 1

  4. studyvia-web1 studyvia-web1 Public

    JavaScript 2