Skip to content
View tusharg007's full-sized avatar

Highlights

  • Pro

Block or report tusharg007

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

Tushar Ghosh — AI engineering, agentic AI and data science

Hi, I'm Tushar Ghosh

AI Engineer building reliable agents, RAG systems, and data-driven ML products.

B.Tech CSE — Data Science & Analytics at IIIT Nagpur · Graduating 2027

Open to 6-month internships in AI Engineering, Agentic AI, Applied AI and Data Science across India.

Portfolio Email LinkedIn


What I Build

  • Agentic AI systems: LangGraph workflows, multi-agent routing, tool orchestration, memory, grounding, evaluation and failure handling.
  • Production-oriented GenAI products: RAG pipelines, vector search, full-stack interfaces, REST APIs, authentication, persistent storage and deployment.
  • Data science systems: forecasting, anomaly detection, classification, clustering, feature engineering and decision-support applications.

I focus on building dependable end-to-end systems rather than isolated model demonstrations.


Featured Work

1. CortexAI — Full-Stack Multi-Agent AI Workspace

Repository

A full-stack AI workspace built around a LangGraph supervisor that routes requests to specialized agents for conversation, web research, coding, document creation, presentation generation, image generation, vision analysis and PDF question answering.

Engineering highlights

  • React and Vite workspace with an Express API gateway and independently packaged backend services
  • LangGraph supervisor with explicit and automatically classified agent routing
  • PDF RAG using document parsing, recursive chunking, Google embeddings and Qdrant vector search
  • MongoDB conversation persistence with Redis-backed recent memory
  • Groq, Gemini and OpenRouter integrations for workload-specific model execution
  • PDF, presentation, image and code-artifact delivery using AWS S3 presigned URLs

Stack: React Node.js Express LangGraph LangChain MongoDB Redis Qdrant Groq Gemini AWS S3

Status: substantial locally runnable engineering prototype; final production cloud deployment is a future milestone.


2. Internal RFP Analyst — Evidence-Grounded LangGraph Agent

Repository

A tool-orchestrated document intelligence agent that analyzes target RFPs against an internal case-study corpus and generates evidence-backed requirements, comparisons and proposal outputs.

Engineering highlights

  • LangGraph StateGraph with intent routing, tool planning, scoped retrieval and final-answer synthesis
  • Separate target-RFP and internal case-study corpora using ChromaDB metadata filters
  • Requirement extraction, case-study ranking, project comparison and proposal-generation tools
  • Page-level citations, prompt-budget controls, grounding verification and a bounded repair pass
  • Automated validation through 119 passing tests, deterministic offline evaluation and real knowledge-base evaluation harnesses
  • GitHub Actions continuous integration

Stack: Python LangGraph LangChain ChromaDB FastEmbed PyMuPDF Groq Gemini Streamlit pytest


3. SifraAI — Deployed Voice-Enabled AI Assistant Platform

Repository Live App

A deployed platform that allows businesses to configure, personalize and embed branded voice-enabled AI assistants on third-party websites.

Engineering highlights

  • React dashboard and Node.js/Express APIs with MongoDB persistence
  • Lightweight embeddable JavaScript widget
  • Browser speech recognition and speech synthesis through the Web Speech API
  • Gemini responses grounded in saved business context
  • Deterministic website-navigation routing before LLM invocation
  • Firebase Google authentication, JWT-protected routes, usage limits and Razorpay payments
  • Independently deployed frontend and backend services on Render

Stack: React JavaScript Node.js Express MongoDB Gemini Firebase Web Speech API Razorpay Render


Selected AI and Data Science Systems

Project What it demonstrates Evidence
Financial Document Intelligence Hybrid RAG over SEC 10-K and 10-Q filings using dense retrieval, BM25, reciprocal-rank fusion, metadata filtering and cross-encoder reranking Current curated evaluation reports 92.6% citation coverage and 100% SEC source-URL coverage
RideIQ NYC Demand Forecasting Leakage-safe demand forecasting, fleet-allocation simulation and route clustering over NYC TLC data 9.55M trips, WAPE reduced from 21.3% to 18.2%, and 15,741 fewer unmet pickups in simulation
AI Platform Reliability Copilot Runbook retrieval, service-log analysis, anomaly detection and structured incident intelligence FastAPI, Streamlit, rolling baselines, optional Isolation Forest, Docker and GitHub Actions

The Reliability Copilot uses synthetic service logs and metrics and is presented as a portfolio engineering system, not a production monitoring deployment.


Technical Toolkit

Area Technologies
Agentic AI and GenAI LangGraph, LangChain, LLMs, RAG, tool calling, multi-agent workflows, prompt engineering, grounding, evaluation, guardrails, embeddings, hybrid retrieval, reranking
Backend and AI Products Python, JavaScript, FastAPI, Node.js, Express, React, REST APIs, Pydantic, SQLAlchemy, asynchronous workflows, webhooks
Data and Infrastructure MongoDB, PostgreSQL, Redis, SQLite, ChromaDB, Qdrant, Docker, GitHub Actions, AWS S3, Render
Data Science and ML SQL, Pandas, NumPy, scikit-learn, forecasting, anomaly detection, classification, clustering, feature engineering, model evaluation
AI Providers and Models Groq, Gemini, Llama, OpenRouter, Sentence Transformers, BM25, cross-encoders

About Me

I am a B.Tech CSE student at the Indian Institute of Information Technology, Nagpur, specializing in Data Science and Analytics and graduating in 2027.

My work focuses on building dependable AI systems—from LangGraph agents and evidence-grounded RAG pipelines to deployed full-stack AI products and evaluated machine-learning workflows. I enjoy working across experimentation, backend engineering, evaluation and product delivery.

I am currently seeking a six-month internship where I can contribute to:

  • AI Engineering
  • Agentic AI and LLM systems
  • Applied AI and GenAI products
  • Data Science and Machine Learning

GitHub Activity

Tushar Ghosh GitHub contribution activity

GitHub profile views


Contact

Pinned Loading

  1. Cortex Cortex Public

    Full-stack multi-agent AI workspace with LangGraph supervision, Qdrant PDF RAG, Redis memory, multimodal workflows and artifact generation.

    JavaScript

  2. Internal-RFP-Analyst Internal-RFP-Analyst Public

    Evidence-grounded LangGraph RAG agent for RFP analysis with scoped retrieval, deterministic tools, citations, grounding checks, 119 tests and CI.

    Python 1

  3. SifraAI SifraAI Public

    Deployed platform for configurable, embeddable voice AI assistants using React, Express, MongoDB, Gemini, Firebase and the Web Speech API.

    JavaScript

  4. financial-document-intelligence-rag financial-document-intelligence-rag Public

    Hybrid RAG system for SEC filings using dense retrieval, BM25, reciprocal-rank fusion, cross-encoder reranking, citations and evaluation.

    Python

  5. rideiq-nyc-demand-forecasting rideiq-nyc-demand-forecasting Public

    Demand forecasting and fleet-allocation intelligence over 9.55M NYC taxi trips with leakage-safe features, ML evaluation and route clustering.

    Jupyter Notebook

  6. ai-platform-reliability-copilot ai-platform-reliability-copilot Public

    AI reliability copilot for synthetic service telemetry with runbook retrieval, log analytics, anomaly detection and incident summaries.

    Python