Skip to content
View xMN-28's full-sized avatar

Block or report xMN-28

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

Mohit Naidu

Computer Engineering Student · AI/ML Builder
GenAI · RAG · Computer Vision · Reinforcement Learning

Building useful AI systems, not just demos.


$ whoami

Computer Engineering student building applied AI systems across GenAI, RAG, computer vision, and reinforcement learning.

I like projects where AI does a real job: analyst, retriever, inspector, evaluator, or game agent.


$ ls featured-projects/

Project Focus What it does
DataPilot AI GenAI + Data Analytics Turns CSV files into dashboards, analyst chat, insights, exports, and predictions
VidContext RAG RAG Lets users ask questions over YouTube transcripts with timestamp citations
SiteGuard AI Computer Vision Detects PPE compliance and safety violations from construction-site images
DeviceLens Agentic Vision Inspects phone condition from images and generates a condition report
HireLens GenAI + ATS Compares resumes with job descriptions and builds improvement roadmaps
Game AI Lab RL / Game AI Reinforcement-learning and search agents for 2048, Bluff, UNO, Barricade, and more
Open project notes

DataPilot AI

Autonomous CSV analytics workspace with schema profiling, data-quality checks, adaptive dashboards, grounded AI analyst chat, exportable reports, and prediction tools.

VidContext RAG

Full-stack YouTube transcript RAG app with timestamped chunks, ChromaDB retrieval, grounded answers, and source inspection.

SiteGuard AI

Construction-site PPE detection system using YOLO, FastAPI, and React. Detects hardhats, safety vests, workers, violations, machinery, and vehicles.

DeviceLens

Agentic phone-condition inspection app that validates phone images, detects visible damage, applies deterministic scoring, and optionally explains results with GPT.

HireLens

Resume-to-job matching system that parses resumes and job descriptions, scores fit, identifies missing skills, and returns practical roadmaps.


$ cat tech_stack.json

{
  "languages": ["Python", "JavaScript", "TypeScript", "HTML", "CSS"],
  "ai_ml": ["PyTorch", "TensorFlow", "scikit-learn", "OpenCV", "Ultralytics YOLO"],
  "gen_ai": ["OpenAI API", "RAG", "Embeddings", "ChromaDB", "Prompt Engineering"],
  "backend": ["FastAPI", "Flask", "Node.js", "Express"],
  "frontend": ["React", "Next.js", "Vite", "Tailwind CSS"],
  "databases": ["SQLite", "JSON stores", "Local vector stores"],
  "workflow": ["Git", "GitHub", "Local-first apps", "Portfolio-grade prototypes"]
}

$ current_focus

  • Strengthening ML and deep learning fundamentals
  • Building cleaner AI/ML portfolio projects
  • Improving DSA and problem-solving with Python
  • Learning how to design systems that are useful, not just flashy

Pinned Loading

  1. PriyeshShah22/Panchayat-AI PriyeshShah22/Panchayat-AI Public

    This is a society sturctural management app using workflows using ai agent

    Python 1

  2. Datapilot-AI Datapilot-AI Public

    A CSV analytics app that turns raw datasets into dashboards, AI insights, and prediction workflows.

    Python

  3. LearnSpace LearnSpace Public

    AI-assisted visual learning workspace for roadmaps, projects, resources, and real progress

    TypeScript

  4. Scholarship-Finder-Mini-Project Scholarship-Finder-Mini-Project Public

    JavaScript

  5. machine-failure-prediction machine-failure-prediction Public

    Deep learning using tensorflow to detect machine failure probability

    Jupyter Notebook

  6. space-time-Complexity-finder space-time-Complexity-finder Public

    A simple website which displays the Space and Time complexity of your code

    HTML