Skip to content
View RETR0-OS's full-sized avatar

Highlights

  • Pro

Organizations

@ForgeOpus

Block or report RETR0-OS

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

Aaditya Jindal

👋 About Me

Hey there! I'm Aaditya Jindal—a tech enthusiast who codes like there's no tomorrow and debugs like there's definitely a tomorrow (usually at 3 AM). By day, I'm a computer science student with a passion for building things that actually work. By night... well, I'm still coding, just with more coffee ☕.

I specialize in turning "wouldn't it be cool if..." into production-ready applications. Whether it's fine-tuning LLMs on my laptop, building voice assistants for government schemes, or teaching robots to navigate mazes for accessibility, I'm all about leveraging technology to solve real-world problems—preferably before the hackathon deadline hits.

When I'm not pushing commits or wrestling with merge conflicts, you'll find me contributing to open-source projects, participating in hackathons, and continuously expanding my technical toolkit. I believe in writing clean code, building inclusive solutions, and never, ever pushing to production on a Friday.

🚀 Some of my Works

🧩 ModelForge – No-code LLM Finetuning (repo) (live link) (docs)

A no-code toolkit to finetune LLMs on your local GPU—just upload data, pick a task, and deploy later. Built for fast iteration at hackathons and in early-stage prototyping, with automatic hardware detection and a guided React UI.

  • 💡 Key features: task presets (classification, Q&A, chat), dataset upload with schema hints, experiment tracking, and one-click export of fine‑tuned weights.
  • 🔐 Privacy by design: everything runs locally; no cloud dependency required.
  • ⚙️ Hardware‑aware: automatic GPU/CPU fallback, mixed precision, and LoRA adapters for low‑VRAM machines.
  • 🧩 Integrations: export an inference endpoint you can drop into your app.
  • 🛠️ Tech stack: React, FastAPI, Hugging Face Transformers, PEFT, bitsandbytes, Docker (optional).
  • 🎯 Why it stands out: true no‑code finetuning that actually works on laptops, enabling rapid model iteration without MLOps overhead.

🎨 VisionForge – Visual Neural Network Builder (repo) (live link)

A drag-and-drop platform for designing deep learning architectures that generates production-ready PyTorch and TensorFlow code with automated shape inference. Secured first place in the HackASU hackathon by the Claude Builders' Club @ ASU.

  • 🧩 Visual Prototyping: Build complex neural networks via an intuitive node-based drag-and-drop interface.
  • 📐 Automatic Shape Inference: Eliminates "dimension mismatch" errors by dynamically calculating tensor shapes between layers.
  • 🤖 AI-Powered Assistance: Intelligent suggestions to optimize architecture design and help select the best layers for specific tasks.
  • 📦 One-Click Export: Instantly transform visual diagrams into clean, documented Python code for PyTorch or TensorFlow.
  • 🛠️ Tech stack: TypeScript, React, Python, PyTorch, TensorFlow, Tailwind CSS.
  • 🎯 Why it stands out: It bridges the gap between architectural intuition and code implementation, making deep learning accessible without getting bogged down in boilerplate syntax.

🔗 Short Kings – Production-Grade URL Shortener (repo) (docs)

A production-hardened URL shortening service built to withstand high-concurrency loads, securing 3rd place at the inaugural MLH Production Engineering Hackathon in partnership with Meta.

  • 🚀 Scalability at Scale: Designed and stress-tested to handle 500+ concurrent users using k6 and Nginx load balancing.
  • 🛡️ Fault Tolerance: 91% test coverage coupled with chaos engineering failure-mode documentation and circuit breakers for Redis outages.
  • 🚨 Full-Stack Observability: Integrated Prometheus, Grafana, Loki, and Jaeger to provide real-time metrics, logs, and distributed tracing.
  • ⚙️ Architectural Precision: Optimized request handling via Gunicorn's pre-fork workers and implemented Redis caching to eliminate DB bottlenecks.
  • 🛠️ Tech stack: Python, Flask, Redis, PostgreSQL, Nginx, Docker, Prometheus, Grafana, Jaeger, Trivy.
  • 🎯 Why it stands out: A masterclass in "production over prototype"—prioritizing observability, security scans, and infrastructure resilience over just building a basic UI.

💻 code_stream (repo)

A lightweight framework for real‑time code streaming and sync across Jupyter notebooks and services—ideal for live demos, classrooms, and pair‑programming.

  • ⚡ Real‑time: stream cell edits and execution events as they happen.
  • 🔌 Multi‑runtime bridge: TypeScript client SDK with a Python bridge for Jupyter.
  • 🧱 Modular: minimal core with small, focused components you can extend.
  • 🧪 Dev‑friendly: clean architecture, typed end‑to‑end, and easy to reason about.
  • 🛠️ Tech stack: TypeScript/Node.js, Python, WebSockets, modern tooling.
  • 🎯 Why it stands out: keeps scope tight—synchronization done right, without the bloat of full collab suites.

🎓 Learning Management System for NMTSA (repo)

Django‑based LMS for Neurologic Music Therapy Services of Arizona (NMTSA) featuring dual authentication, role‑based access, and accessible UI patterns tailored for neurodiverse learners.

  • 🔐 Auth model: Auth0 for students/teachers; dedicated Django admin for administrators.
  • 📚 Learning flows: courses, assignments, assessments, and submissions with progress tracking and gradebook views.
  • 🧩 Roles & permissions: RBAC for students, teachers, and admins.
  • 🎨 Accessibility: autism‑friendly UI with adjustable themes and font scaling.
  • 🛠️ Tech stack: Django, HTML/CSS/JavaScript.
  • 🎯 Why it stands out: designed with inclusive education in mind—simple, secure, and focused on essentials a small nonprofit actually needs.

🗣️ Saarthi – AI Voice Assistant for Government Schemes (repo)

A privacy‑first, voice‑forward assistant that helps citizens discover and understand Indian government schemes, with on‑device LLMs and secure identity.

  • 🗣️ Multi‑modal I/O: converse in Hindi/English via text or voice.
  • 🔐 Face authentication: protects access and personal context.
  • 🧠 Orchestrated reasoning: LangGraph‑powered flows running local/private LLMs.
  • 🖥️ Simple UI: Streamlit interface optimized for clarity and speed.
  • 🛠️ Tech stack: Python, LangGraph, local LLMs, Streamlit.
  • 🎯 Why it stands out: practical AI for public services—offline‑capable, private by default, and actually usable by non‑technical audiences.

🌐 Let's Connect

  • Portfolio & Projects: Devpost – Where I showcase my hackathon wins and projects
  • Professional Network: LinkedIn – Let's connect!
  • Tech Musings: X (Twitter) – Hot takes and tech discussions
  • GitHub: RETR0-OS – You're already here!

🛠️ Tech Stack & Skills

Languages: Python, Java, C#, TypeScript/JavaScript, SQL, MATLAB, C
Frameworks & Tools: Django, Spring Boot, React, FastAPI, Node.js, LangGraph, Streamlit
AI/ML: Hugging Face Transformers, PyTorch, PEFT, LLM Fine-tuning, Computer Vision
Databases: MySQL, PostgreSQL
Other: Docker, Git, REST APIs, WebSockets, OAuth/Auth0, LEGO Mindstorms EV3


💬 Thanks For Reading!

I'm always excited to collaborate on innovative projects, discuss the latest in AI/ML, or just geek out about technology. Whether you're a recruiter looking for someone who can ship production code and handle technical challenges, or a fellow developer wanting to collaborate—I'd love to connect!

Feel free to reach out via LinkedIn or check out my projects above. Let's build something amazing together! 🚀

GitHub Streak

GitHub Streak

GitHub Activity Graph

Pinned Loading

  1. ForgeOpus/ModelForge ForgeOpus/ModelForge Public

    A no-code toolkit to finetune LLMs on your local GPU—just upload data, pick a task, and deploy later. Perfect for hackathons or prototyping, with automatic hardware detection and a guided React int…

    Python 15 3

  2. ForgeOpus/visionforge ForgeOpus/visionforge Public

    Visual neural network builder with drag-and-drop interface. Export production-ready PyTorch/TensorFlow code with automatic shape inference and AI-powered assistance.

    TypeScript 8 2

  3. Coderz-NMTSAEducationPlatfo Coderz-NMTSAEducationPlatfo Public

    Forked from 2025-Arizona-Opportunity-Hack/Coderz-NMTSAEducationPlatfo

    A Learning Management System (LMS) for the Neurologic Music Therapy Services of Arizona (NMTSA). Features OAuth login, RBAC, Video streaming, Content Management, Paypal Payments Management, and in-…

    HTML 1

  4. spring-dataset-builder spring-dataset-builder Public

    Dataset builder is an application that allows users to build datasets up to 5 dimensions visually through an intuitive MS-Paint-like interface and store the dataset in a MySQL data base for effecti…

    HTML 1

  5. saarthi_voice_assistant saarthi_voice_assistant Public

    Saarthi is an AI-powered, voice-first assistant that helps citizens discover and understand government schemes with face authentication, secure PII handling, and a Streamlit UI powered by LangGraph…

    Python 2

  6. ProjectSpyn----Autonomous-Car-Drivnng ProjectSpyn----Autonomous-Car-Drivnng Public

    ProjectSpyn is a robotics control system implemented in MATLAB for interacting with LEGO Mindstorms EV3. Project Spyn is a inclusivity project designed to improve mobility for speacially-abled peop…

    MATLAB 1