Skip to content
View veeda241's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Highlights

  • Pro

Organizations

@L-T-Hackathon

Block or report veeda241

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

banner

Typing SVG


Profile Views GitHub followers GitHub stars LinkedIn Portfolio Status


๐Ÿง  I'm Vyas โ€” AI Engineer & Builder

2nd-year B.Tech (AI & ML) @ St. Joseph's College of Engineering, Chennai ๐Ÿ‡ฎ๐Ÿ‡ณ

I don't just use AI โ€” I build the systems underneath it: agent frameworks, multimodal pipelines, emotionally-aware interfaces, and computer vision proctoring tools. My work sits at the intersection of research-grade AI and production-ready engineering.

Core Focus Areas:

  • ๐Ÿค– LLM Engineering โ€” prompt pipelines, RAG, agent orchestration
  • ๐Ÿงฌ Multimodal AI โ€” vision + language systems (YOLOv8, gaze tracking)
  • ๐ŸŒ AI-Powered Full Stack โ€” Next.js + FastAPI + vector DBs
  • โš™๏ธ MLOps & Automation โ€” Docker, CI/CD, PowerShell scripting
  • ๐ŸŽ๏ธ Huge fan of Red Bull Racing โ€” because strategy is everything

"I can architect a distributed AI backend at 2AM and deliver a killer demo at 8AM."

coding gif

# โ”€โ”€ vyas.config.yaml โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
identity:
  name      : "Vyas S"
  role      : "AI Engineer & Full-Stack Developer"
  degree    : "B.Tech โ€” Artificial Intelligence & Machine Learning"
  college   : "St. Joseph's College of Engineering, Chennai"
  year      : 2
  location  : "Chennai, India ๐Ÿ‡ฎ๐Ÿ‡ณ"
  status    : "๐ŸŸข Open to Internships & AI Collabs"

ai_stack:
  llm_frameworks : ["LangChain", "LlamaIndex", "OpenAI API", "Anthropic Claude"]
  ml_libraries   : ["PyTorch", "TensorFlow", "scikit-learn", "Keras"]
  vision         : ["YOLOv8", "OpenCV", "MediaPipe"]
  vector_dbs     : ["Pinecone", "ChromaDB", "FAISS"]
  deployment     : ["FastAPI", "Docker", "Firebase", "Vercel", "Render"]

flagship_projects:
  - name    : "Nova AI"
    desc    : "Emotional AI โ€” context-aware, mood-tracking, empathetic LLM system"
    stack   : ["TypeScript", "LLMs", "Next.js"]
    status  : "๐ŸŸข Active"
  - name    : "StudyBuddyPro"
    desc    : "Adaptive AI study suite โ€” quizzes, flashcards, personalized paths"
    stack   : ["Python", "Next.js", "RAG"]
    status  : "๐Ÿ”จ WIP"
  - name    : "Secure-Exam-Proctor"
    desc    : "Real-time anti-cheat using YOLOv8 pose estimation + gaze tracking"
    stack   : ["Python", "YOLOv8", "OpenCV"]
    status  : "๐ŸŸข Active"

currently_learning:
  - "Agentic AI workflows (AutoGen, CrewAI)"
  - "Retrieval-Augmented Generation (RAG) fine-tuning"
  - "Multimodal LLMs (vision + language)"
  - "Efficient inference & model quantization"

fun_fact: >
  I once shipped a working LLM agent, a REST API backend, a Next.js frontend,
  AND a pitch deck โ€” all in a single 24hr hackathon. Red Bull was involved. ๐ŸŽค
# โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€


๐Ÿš€ Flagship AI Projects

๐Ÿ”ฅ Nova AI

Emotional Intelligence Layer for LLMs

A context-aware AI system that detects user mood, tracks emotional state over sessions, and responds with genuine empathy. Goes beyond chatbots โ€” it understands.

Key features: Mood inference ยท Session memory ยท Adaptive tone shifting ยท Empathy scoring

TypeScript LangChain Next.js Status

โšก StudyBuddyPro

Adaptive AI-Powered Learning Suite

RAG-based quiz generator + flashcard engine with personalized learning paths. Knows where you struggle and doubles down. Built for real students, not demos.

Key features: RAG pipeline ยท Adaptive difficulty ยท Progress analytics ยท Spaced repetition

Python RAG Next.js Status

๐Ÿ›ก๏ธ Secure-Exam-Proctor

Computer Vision Anti-Cheat System

Real-time exam monitoring using YOLOv8 pose estimation + gaze tracking. Detects suspicious behaviour, triggers alerts, logs violations. Zero tolerance, high accuracy.

Key features: Multi-person detection ยท Gaze vector tracking ยท Alert pipeline ยท Session reporting

Python YOLOv8 OpenCV Status

๐Ÿ’ฌ Emotion Engine

Sentiment-Aware AI for Community Support

NLP-driven emotional assistance system using polarity analysis to deliver context-sensitive, community-specific empathetic responses for niche support groups.

Key features: Sentiment scoring ยท Community-aware responses ยท Adaptive empathy ยท NLP pipeline

Python NLP TextBlob Status


๐Ÿงฌ AI/ML Engineering Stack

๐Ÿค– LLM & Agent Frameworks

LangChain OpenAI Anthropic HuggingFace

๐Ÿ”ฌ ML / Deep Learning

PyTorch TensorFlow Keras scikit-learn

๐Ÿ‘๏ธ Computer Vision

OpenCV YOLO MediaPipe

๐Ÿ—„๏ธ Vector DBs & RAG

Pinecone ChromaDB FAISS

๐ŸŒ Full-Stack & APIs

Next.js React FastAPI Node.js TypeScript Python

โ˜๏ธ Cloud & DevOps

Docker Firebase Vercel AWS Google Cloud GitHub Actions

๐Ÿ—ƒ๏ธ Databases

PostgreSQL MongoDB Supabase MySQL



๐Ÿ“Š GitHub Stats

ย 

๐Ÿ† GitHub Trophies

GitHub Trophies

Trophies are powered by github-profile-trophy โ€” if they don't load locally, they will render correctly on GitHub.


๐Ÿ“ˆ Contribution Graph


๐Ÿ” Top Contributed Repo


๐Ÿ Watch the Snake Eat My Contributions

Snake animation
โš™๏ธ Set up the Snake for YOUR contributions

Create .github/workflows/snake.yml:

name: Generate Snake ๐Ÿ
on:
  schedule:
    - cron: "0 0 * * *"
  workflow_dispatch:
jobs:
  generate:
    runs-on: ubuntu-latest
    steps:
      - uses: Platane/snk@v3
        with:
          github_user_name: veeda241
          outputs: |
            dist/github-contribution-grid-snake.svg
            dist/github-contribution-grid-snake-dark.svg?palette=github-dark
      - uses: crazy-max/ghaction-github-pages@v3
        with:
          target_branch: output
          build_dir: dist
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Then run it once manually from the Actions tab.


๐Ÿ’ฌ Quote of the Day


๐Ÿ“ฌ Let's Connect & Collaborate

๐Ÿ’ก I'm always open to AI research collabs, hackathon teams, internship opportunities, and anything that ships fast and solves real problems.


Discord LinkedIn Instagram YouTube Email Portfolio


ย  ย  ย 



โญ If a project made you think "that's clever" โ€” you know what to do.


Footer

Pinned Loading

  1. NOVA- NOVA- Public

    introduce NOVA, a groundbreaking leap in Artificial Intelligence. Unlike traditional chatbots that process text as data points, NOVA is designed to understand the human behind the screen.

    TypeScript 15

  2. portfolio portfolio Public

    CSS

  3. RobinHood RobinHood Public

    TypeScript

  4. Exam-security- Exam-security- Public

    Jupyter Notebook 2

  5. Generative-Design Generative-Design Public

    Python

  6. NOVA-CLI NOVA-CLI Public

    Python 1