Skip to content
View Aryan7391's full-sized avatar

Highlights

  • Pro

Block or report Aryan7391

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
Aryan7391/readme.md
╔═════════════════════════════════════════════════════╗
║                                                     ║
║     █████╗ ██████╗ ██╗   ██╗ █████╗ ███╗   ██╗      ║
║    ██╔══██╗██╔══██╗╚██╗ ██╔╝██╔══██╗████╗  ██║      ║
║    ███████║██████╔╝ ╚████╔╝ ███████║██╔██╗ ██║      ║
║    ██╔══██║██╔══██╗  ╚██╔╝  ██╔══██║██║╚██╗██║      ║
║    ██║  ██║██║  ██║   ██║   ██║  ██║██║ ╚████║      ║
║    ╚═╝  ╚═╝╚═╝  ╚═╝   ╚═╝   ╚═╝  ╚═╝╚═╝  ╚═══╝      ║
║                                                     ║
║         Building AI that works for everyone.        ║
╚═════════════════════════════════════════════════════╝

MCA Student · AI/ML Engineer · Backend Architect

Birla Global University, Bhubaneswar · Batch 2025–27 · GPA: 8.18

GitHub LinkedIn Email Intern


⚡ Mission

"The development of the nation and betterment of society."

I started coding seriously in early 2026. In ~2 months: 13+ repos, 5 live projects, 1 production Android app, and an active research problem on on-device AI. I build backend-first, plan architecture in a physical notebook during weekdays, and execute on weekends.

My work focuses on:

  • Edge AI & on-device inference
  • AI-powered security tooling
  • Backend-first application architecture
  • Civic-tech platforms
  • AI systems for accessibility
  • Production-focused full-stack engineering

🗺️ Project Ecosystem

                   +------------------------------------+
                   |            PAT AI                  |
                   |  IND * Indian AI Innovation Group  |
                   |       (Long-term Vision)           |
                   +-------+----------+-----------------+
                           |          |
              +------------+          +----------------+
              |                                        |
              v                                        v
   +------------------+                    +------------------+
   |     PAT_7        |                    |   AI Defender    |
   |  Multi-AI Core   |                    |  Security Plat.  |
   |  Build Platform  |                    |  [In Progress]   |
   +------------------+                    +------------------+
              |
              v
   +------------------+
   |    Darshan-3     |
   |  Edge Vision AI  |
   |  [Active]        |
   +------------------+


   Standalone Projects:
   +------------------------------------------+
   |  PS Predictor  *  PTJP (Android)          |
   |  CivicConnect (Vercel)                    |
   |  Image Caption Generator (GitHub)         |
   +------------------------------------------+

🔥 Active Projects

🧠 PAT AI — Multi-AI Platform(Currently Under Work)

An Indian AI Innovation Group building a multi-model AI platform focused on integrating AI-assisted workflows, project systems, and scalable backend architecture.

Core Components:
-------------------------------------------------------------
  PAT_7         -->  Multi-AI core brain & build platform
  AI Defender   -->  Security analysis platform
  Darshan-3     -->  Edge vision AI for accessibility
-------------------------------------------------------------
  * Multi-AI interaction workflows
  * Modular backend structure
  * Scalable platform-oriented architecture
  * Production deployment on Vercel
-------------------------------------------------------------

Stack: Python TypeScript Next.js Vercel

Live Platform


🛡️ AI Defender — Multi-Module Security Platform (Private, under PAT AI)

Targeting individual developers & small teams

Module Pipeline:
-------------------------------------------------------------
  [M1: Data Gen] --> [M2: Static Scanner] --> [M3: Runtime]
      DONE              IN PROGRESS            43 JSONL files
  Groq + Llama-3.3    Flask / Express.js      MITRE ATT&CK
  70b-versatile        OWASP Top 10           8 Attack Categories
-------------------------------------------------------------
                            |
                  +---------+----------+
                  v                    v
           VS Code Extension     CI/CD Integration
           (Distribution)        GitHub Actions / Jenkins
                                 Shared REST API

Stack: Python Groq API Llama-3.3-70b Flask OWASP MITRE ATT&CK


👁️ Darshan-3 — Real-Time Vision for Visually Impaired (under PAT AI)

On-device. Offline. Sub-100ms. No cloud.

Hardware:  Raspberry Pi + Wearable Camera
              |
              v
         +-------------------------------------+
         |  YOLOv8 Nano  -->  Object Detection |
         |  OpenCV       -->  Frame Processing  |
         |  pyttsx3/gTTS -->  Audio Guidance   |
         +-------------------------------------+
              |
         Hard Requirements:
         * < 100ms inference latency
         * Zero cloud dependency
         * Fully on-device (edge-only)

GitHub Stack: YOLOv8 Nano OpenCV Python Raspberry Pi pyttsx3


⚙️ PS Predictor — Process Failure Prediction Engine (Standalone)

  System Processes --> BufferRegistry (per-PID rolling windows)
                              |
                              v
               +------------------------------+
               |   Hybrid Decision Engine      |
               |  RF Ensemble + SVM Model      |
               |  + Rule-Based Override        |
               +------------------------------+
                              |
                    Flask Web Dashboard
                    setup.bat / start.bat

GitHub Stack: scikit-learn Random Forest SVM Flask Python


🏙️ CivicConnect — Civic Engagement PWA (Standalone)

Multi-role Auth System:

  +----------+  +-----------+  +-------------+  +------------+
  | Citizen  |  | Volunteer |  | Institution |  | Government |
  +----+-----+  +-----+-----+  +------+------+  +-----+------+
       +---------------+----------------+--------------+
                              |
                    Supabase (PostgreSQL + RLS)
                              |
                    Next.js PWA --> Vercel [LIVE]

Live Demo Stack: Next.js Supabase PostgreSQL RLS TypeScript


📱 PTJP — Part-Time Job Platform (Standalone, Most Effort-Intensive)

Job Lifecycle State Machine:
+------+    +---------+    +-----------+
| OPEN | --> | ONGOING | --> | COMPLETED |
+------+    +---------+    +-----------+

Stack: React Native (Expo) + TypeScript + Supabase + EAS Build
Target: Production Android [DEPLOYED]

GitHub Stack: React Native Expo TypeScript Supabase


🖼️ Image Caption Generator (Standalone)

  Image Input --> ResNet-50 (Encoder) --> LSTM (Decoder) --> Caption
                                |
                    HuggingFace Transformers (fallback)
                    Trained locally on COCO dataset
                    Flask API . GitHub deployed

GitHub Stack: PyTorch ResNet-50 LSTM HuggingFace Flask COCO


🔬 Research Thread

+-------------------------------------------------------------+
|              Active Research Problem                        |
|                                                             |
|  Problem: LLM-dependent apps fail on low-end devices        |
|                                                             |
|  Approach:                                                  |
|  * Domain-specific knowledge distillation                   |
|  * Security-focused RAG pipelines                           |
|  * ~3B parameter models matching larger model performance   |
|                                                             |
|  Motivation: Darshan-3 requires on-device inference         |
|  with sub-100ms latency on Raspberry Pi hardware            |
|                                                             |
|  Impact: Makes AI accessible on constrained hardware        |
|  because not everyone has a GPU.                            |
+-------------------------------------------------------------+

🛠️ Tech Stack

Languages

Python TypeScript JavaScript C SQL HTML/CSS

AI / ML

PyTorch HuggingFace scikit-learn OpenCV Groq YOLOv8

Frameworks & Infra

React Native Next.js Flask Supabase Expo Vercel


📊 GitHub Stats

GitHub Streak


🌱 Currently

  • 🔨 Building AI Defender Module 2 (static scanner) & Module 3 (runtime monitor)
  • 🔬 Researching on-device LLM distillation for Darshan-3 edge deployment
  • 🚀 Expanding PAT AI ecosystem — PAT_7 core platform
  • 💼 Interning at SPK-MAK Technologies as Web Developer
  • 📖 MCA Year 1 @ Birla Global University · GPA: 8.18

+-----------------------------------------------------+
|   Open to: Collaborations . Research Partnerships   |
|            Internship Opportunities . Open Source   |
+-----------------------------------------------------+

"Not everyone has a GPU. Building AI that doesn't care."


Profile Views

Pinned Loading

  1. PTJP-D1 PTJP-D1 Public

    WorkConnect (PTJP) — a functional prototype mobile app that connects employers and workers for short-term, task- and shift-based jobs. This project focuses on real backend integration and core flow…

    TypeScript 1

  2. Innsight-AI-1 Innsight-AI-1 Public

    Python

  3. Constitutional-Interpreter Constitutional-Interpreter Public

    TypeScript

  4. My-career My-career Public

    A course and college choosing platform according to suitable career in mind

    PHP

  5. CivicConnect CivicConnect Public

    JavaScript

  6. Darshan_3 Darshan_3 Public

    HTML