Skip to content
View tej949's full-sized avatar

Block or report tej949

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

I'm a Pre final-year student who got deep into Generative AI — and never looked back.

My current obsession is RAG (Retrieval-Augmented Generation) — building systems that let LLMs reason over real documents instead of hallucinating. I've built a full RAG pipeline from scratch: multi-format document ingestion (PDF, Markdown, CSV), semantic chunking, sentence-transformer embeddings, ChromaDB + FAISS vector storage, and Groq LLM API for grounded generation.

What excites me most is the full loop: ingest → chunk → embed → retrieve → generate

Beyond RAG, I've built:

→ An autonomous AI agent using Google Gemini 2.0 Flash with custom prompt engineering, Selenium-based automation, and production-grade safety filters

→ An Explainable IDS combining Random Forest/XGBoost with a RAG pipeline for natural-language threat explanations

→ A full-stack AI chat app (React + Gemini API) shipped solo and deployed on Vercel

My background in cybersecurity gives me an edge — I think about LLM systems with a security and reliability mindset: prompt injection, data leakage, safe fallbacks, and auditability.

I'm actively building, learning, and looking for Generative AI / AI Engineering internship opportunities where I can contribute to real products.

📍 Bengaluru | 🔗 github.com/tej949

Pinned Loading

  1. agent agent Public

    WhatsApp Auto-Reply Agent using Python, Selenium & Google Gemini AI ,this is an agent where it automates the chat process when im not available

    Python 1

  2. RAG-MODEL RAG-MODEL Public

    A production-focused Retrieval-Augmented Generation (RAG) system that enables intelligent semantic search and context-aware question answering over Krypt blockchain documentation using LangChain, C…

    HTML 1