Skip to content
View Yadavrishi9500's full-sized avatar
😀
😀

Block or report Yadavrishi9500

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

Hey, I'm Rishi Yadav πŸ‘‹

Typing intro




πŸ‘¨β€πŸ’» About me

Computer Science student and AI developer interested in building systems around video, images, documents and real application data.

I mostly work with:

Computer Vision Β· RAG / LLMs Β· FastAPI Β· Backend Systems Β· Edge AI

I enjoy projects where AI is connected to a complete working pipeline β€” not just a model sitting in a notebook.


🚦 Traffic Guardian Pro

⭐ Flagship Project

Edge-AI dashcam surveillance system for detecting wrong-way vehicles

Python YOLOv8 OpenCV EasyOCR Computer Vision


Traffic Guardian Pro is my most complete computer-vision project.

It processes dashcam footage in real time, tracks vehicles across frames, analyzes their movement, identifies wrong-way driving and captures license-plate evidence for detected violations.

Dashcam Feed
     ↓
YOLOv8 Detection
     ↓
Spatial Tracking
     ↓
Motion Analysis
     ↓
Wrong-Way Decision
     ↓
Evidence Capture
     ↓
Plate OCR
     ↓
Violation Log

What I built

πŸš— Real-time vehicle detection using YOLOv8

🧭 Multi-frame spatial tracking and direction analysis

πŸ“ˆ Bounding-box growth analysis for approaching vehicles

πŸ“Έ Automatic close-range evidence capture

πŸ”€ License-plate extraction with OpenCV + EasyOCR

πŸ—‚οΈ Automated violation logging

This project pushed me beyond simple object detection into tracking, temporal reasoning, spatial logic, OCR and complete system integration.


✦ More Projects

🧠 DocuMind RAG

Local AI assistant for chatting with multiple PDFs

FastAPI Streamlit RAG Ollama Llama 3.2

Built a complete local RAG pipeline that retrieves relevant document evidence and generates grounded answers with page-level citations.

Highlights

  • Multi-PDF knowledge base
  • Sentence Transformer embeddings
  • Semantic retrieval
  • Source previews
  • Grounding guardrails
  • Pytest + GitHub Actions
  • Dockerized services

βš™οΈ Form Builder

Full-Stack Internship Project Β· Team Lead

Flutter FastAPI PostgreSQL Redis JWT

Worked across frontend and backend integration on a dynamic form-building and response-management platform.

My work

  • Led frontend-backend integration
  • Connected JWT-secured REST APIs
  • Integrated PostgreSQL + Redis
  • Worked on file uploads
  • Added PDF / Excel export flows
  • Coordinated Docker + Nginx integration


🧰 Tech I Work With




REST APIs Β· JWT Β· Pydantic Β· Pytest Β· GitHub Actions Β· Semantic Search


πŸ”¬ Exploring next

RAG              β†’ Hybrid Search β†’ Reranking β†’ Evaluation
Computer Vision  β†’ Tracking β†’ Real-Time Systems β†’ Edge AI
Backend          β†’ Architecture β†’ Testing β†’ Production

I like building things where AI actually has to interact with the real world.

Developer quote



build β†’ test β†’ break β†’ understand β†’ improve

Pinned Loading

  1. Traffic-Guardian-Pro Traffic-Guardian-Pro Public

    Traffic Guardian Pro is an edge-AI dashcam system built to detect and document wrong-way vehicles in real time.

    Python 4

  2. form-builder-app form-builder-app Public

    Forked from PepperBitt/form-builder-app

    Full-stack Form Builder and Response Management System built with FastAPI, Flutter, PostgreSQL, Redis, and Docker.

    Python 2

  3. Macro-Manager-System Macro-Manager-System Public

    Java desktop macro automation tool with global hotkeys, text/app actions, repeat execution, JSON persistence, and an emergency stop system.

    Java 4

  4. Yadavrishi9500 Yadavrishi9500 Public

    2

  5. documind-rag documind-rag Public

    Local multi-document RAG assistant with semantic search and page-level citations.

    Python