Skip to content
View VeeSeven's full-sized avatar
  • Dehradun, India
  • 16:22 (UTC +05:30)

Block or report VeeSeven

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
VeeSeven/README.md

Hey, I'm Vaibhav Hingorani | Full-Stack & AI Systems

I focus on building deterministic systems in a non-deterministic world. I lean toward backend complexity and simple, effective frontend delivery.


🗂️ Core Projects

🛠️ MindSpace: Your Infinite Digital Workspace

Enables complex notes hierarchies (folders in folders / notes in notes) with an intuitive tagging system that auto‑assigns consistent colors for visual organization.

Tech Stack
React + Vite | Django REST Framework | PostgreSQL | JWT Authentication | Docker

Engineering Highlights

  • Fully containerized with Docker Compose for one‑command local development.
  • Implements recursive note relationships and efficient tag filtering via Django ORM.
  • Rich text editor (TipTap) with auto‑save, word count, and formatting toolbar.
  • JWT authentication with token rotation and blacklisting for enhanced security.
  • Responsive UI built with Chakra UI and state management using React hooks.

https://github.com/VeeSeven/MindSpace

🤖 RapidSummarize: RAG-Augmented PDF Intelligence System

A fully local RAG system that lets you upload PDFs and ask questions – no cloud, no data leaks, just answers.

Tech Stack
React + Vite | FastAPI | Ollama (Llama 3.2 + nomic‑embed‑text) | ChromaDB | Tesseract OCR | Docker

Engineering Highlights

  • Fully containerized with Docker Compose – spin up the entire stack in one command.
  • Intelligent chunking with automatic OCR fallback for scanned pages ensures no text is left behind.
  • Streaming responses with contextual memory stitch multi‑turn conversations together in real time.
  • Vector search (ChromaDB) and local LLMs (Ollama) keep all data on your machine – privacy by design.
  • Optimised for large PDFs through adjustable chunk sizes and background task processing.

https://github.com/VeeSeven/RapidSummarize


🏗️ Technical Blueprint

class Developer:
    def __init__(self):
        self.languages = ["Python", "JavaScript", "Java", "SQL"]
        self.backend   = ["FastAPI", "Django", "Flask", "REST APIs"]
        self.frontend  = ["React", "Tailwind", "ChakraUI"]
        self.infra     = ["Docker", "PostgreSQL", "ChromaDB"]

Pinned Loading

  1. RapidSummarize RapidSummarize Public

    Chat with your PDFs using local AI – a RAG app with React, FastAPI, Ollama, and ChromaDB, fully Dockerized.

    JavaScript

  2. MindSpace MindSpace Public

    MindSpace – A recursive note‑taking app with nested notes, tags, and a rich text editor. Built with React, Django, and PostgreSQL. Fully Dockerized for easy local setup. Features JWT authentication…

    JavaScript

  3. ShubhamTiwary914/vivekRestaurant ShubhamTiwary914/vivekRestaurant Public

    A delivery ordering service or Dine and Dash Booking Web Application for a local Restaurant in Dehradun, Uttarakhand.

    JavaScript