Skip to content
View Vignesh-P-C's full-sized avatar

Block or report Vignesh-P-C

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
Vignesh-P-C/README.md

Hi, I'm Vignesh 👋

CS undergrad at VIT (CGPA: 9.22/10), building full-stack products and making them smarter with AI.

web-sling trail across contribution activity

What I work with: React.js · Node.js · Python · PyTorch · LLMs

Featured projects:

  • 🧠 TruthLens — Fine-tuned DistilBERT model for fake news detection, served via FastAPI
  • 📚 Mentiqor — Full-stack adaptive quiz platform for JEE Mains aspirants
  • 🎮 ASCENT — 2D combat game engine built from scratch, zero dependencies
  • 📄 AskMyDocs — RAG-based PDF Q&A tool (in progress)
  • 📊 APIP — Role-based academic analytics dashboard (React, TypeScript, Zustand)

📫 Reach me: vignesh.pavalur@gmail.com · linkedin.com/in/vignesh-p-c

Pinned Loading

  1. Ascent-2D-combat-game Ascent-2D-combat-game Public

    A 2D side-scrolling action game with real-time combat, knockback mechanics, enemy AI, and an ELO-driven progression system—built from scratch using JavaScript and HTML5 Canvas.

    JavaScript 1

  2. TruthLens---News-Credibility-model TruthLens---News-Credibility-model Public

    News credibility classification using Transformer-based NLP models (BERT, DistilBERT) with PyTorch.

    Jupyter Notebook 1

  3. Mentiqor Mentiqor Public

    JavaScript 1

  4. AskMyDocs---RAG-PDF-Q-A-bot AskMyDocs---RAG-PDF-Q-A-bot Public

    Upload a PDF, ask a question, get an answer grounded in the document's actual content — powered by Retrieval-Augmented Generation (RAG).

    Python

  5. regexlab regexlab Public

    Hand-built regex engine — Thompson's construction, subset construction, and DFA minimization from scratch — with a live automaton visualizer and AI-assisted error correction.

    TypeScript