Skip to content
View VaishnavThorwat's full-sized avatar

Block or report VaishnavThorwat

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

Hi there, I'm Vaishnav Thorwat πŸ‘‹

LinkedIn GitHub Email


πŸš€ About Me

I'm an AI Engineer with a B.E. in Artificial Intelligence & Data Science (Mumbai University, 2025), focused on building production-ready Generative AI and Agentic AI systems.

I work across the full AI stack β€” from designing RAG pipelines and multi-agent workflows with LangChain, LlamaIndex & CrewAI, to building AI automation with n8n and OpenAI/Gemini APIs. I'm passionate about taking ideas from rapid POC to modular, deployment-ready backends.

class VaishnavThorwat:
    def __init__(self):
        self.role         = "AI Engineer | GenAI & Agentic AI"
        self.education    = "B.E. in AI & Data Science '25 β€” Mumbai University"
        self.location     = "Navi Mumbai, Maharashtra, India"
        self.focus        = ["LLM Orchestration", "RAG Pipelines", "Agentic Workflows",
                             "NLP", "Deep Learning", "AI Automation"]

    def current_stack(self):
        return {
            "GenAI":       ["LangChain", "LlamaIndex", "CrewAI", "OpenAI API", "Gemini 2.0"],
            "Automation":  ["n8n", "Streamlit", "Webhook Pipelines"],
            "ML/DL":       ["TensorFlow", "Keras", "Scikit-learn", "CNN", "Bi-LSTM"],
            "Languages":   ["Python", "SQL"],
        }

    def say_hi(self):
        print("Let's build AI that actually does something useful!")

πŸ› οΈ Tech Stack

Generative AI & LLM Orchestration

LangChain OpenAI Google Gemini CrewAI LlamaIndex

AI Automation & Deployment

n8n Streamlit

Machine Learning & Deep Learning

TensorFlow Keras Scikit-Learn

Languages, Data & Tools

Python SQL Pandas NumPy Power BI Git


πŸ“Š GitHub Stats

GitHub Stats GitHub Streak
Top Languages

🎯 What I'm Working On

  • πŸ€– Deepening expertise in Agentic AI β€” multi-agent orchestration and tool-use patterns
  • πŸ”— Exploring LLM fine-tuning and advanced RAG optimization techniques
  • 🌐 Building more production-ready AI backends with FastAPI + LangChain
  • πŸ“Š Experimenting with AI-powered analytics automation using n8n + Gemini

πŸ“ˆ Featured Projects

Stack: LlamaIndex Β· LangChain Β· Google Gemini 2.0 Flash Β· Vector Embeddings

An intelligent document querying system with a dual-index RAG architecture. Dynamically routes queries between semantic search and tree summarization based on intent β€” with persistent on-disk vector indexing.

  • πŸ“Œ Key Highlights: Dual-index architecture, dynamic tool-routing, QuestionsAnsweredExtractor metadata enrichment
  • 🎯 Impact: Reduced redundant LLM API calls by ~40% via shared StorageContext

Stack: CrewAI Β· Gemini 2.0 Flash Β· Streamlit Β· SerperDevTool Β· OWASP

A 3-agent agentic workflow (Developer, Security Engineer & Tech Lead) that autonomously reviews pull requests for code quality and security vulnerabilities across 4 severity levels.

  • πŸ“Œ Key Highlights: Agentic tool-routing, real-time OWASP scanning, structured JSON output, auto-blocking logic
  • 🎯 Impact: Shipped as both a CLI tool and interactive Streamlit web app with one-click report download

Stack: CNN-Bi-LSTM Β· TensorFlow Β· Keras Β· NLP Pipeline

A hybrid deep learning model for real-time cyberbullying detection on Hinglish text, with a complete NLP preprocessing pipeline and client-server inference framework.

  • πŸ“Œ Key Highlights: Hinglish multilingual text classification, tokenization, stopword removal, sequence padding on 21K+ entries
  • 🎯 Impact: 91% validation accuracy Β· 91.45% precision Β· 90.65% recall

Stack: Python Β· Scikit-learn Β· Lasso & Ridge Regression Β· Feature Engineering

Applied advanced feature engineering across 128 variables to predict house prices β€” used Lasso and Ridge regression to isolate the top 20 most impactful features, reducing model dimensionality while improving interpretability.

  • πŸ“Œ Key Highlights: 128β†’20 feature reduction, Lasso/Ridge regularization, hierarchical clustering, EDA on 1,400+ properties
  • 🎯 Impact: RΒ² score of 0.81 β€” identified overall quality and living area as strongest price drivers

πŸ† Hackathon Projects

Project Event Stack Description
🏑 Real Estate – AI Sales Qualification Bot Product Space Hackathon n8n Β· OpenAI API Β· Airtable Β· WhatsApp API AI lead scoring & routing engine β€” engaged inquiries in seconds, classified leads as Hot/Warm/Cold, eliminated manual sales triage
πŸ“‰ Onboarding Drop-off Analyzer Swafinix Technology Hackathon n8n Β· Gemini AI Β· PostHog Β· Google Sheets Β· Slack Weekly AI pipeline clustering onboarding drop-off causes and auto-delivering UX fix recommendations to Slack

πŸŽ“ Education

B.E. β€” Artificial Intelligence & Data Science Engineering Terna Engineering College, Navi Mumbai | Mumbai University | 2021 – 2025

Relevant Coursework: Machine Learning, Deep Learning, Natural Language Processing, Data Mining, Database Management, Probability & Statistics, Data Structures & Algorithms


πŸ’Ό Experience

Role Organisation Period
Data Analysis Intern Cognifyz Technologies Feb 2025 – Mar 2025
Data Science Intern Coincent.ai Oct 2023 – Dec 2023

πŸ“« Let's Connect!

I'm actively seeking AI Engineer / GenAI Engineer / Applied AI roles where I can build real, production-grade intelligent systems.


πŸ’­ "The best way to predict the future is to build it." β€” Alan Kay

Profile Views

⭐️ From VaishnavThorwat

Pinned Loading

  1. Autonomous-Code-Review-Agent Autonomous-Code-Review-Agent Public

    Multi-Agent system which review the code.

    Python 1