You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Autism Companion: Empowering Neurodiverse Children with AI Technology Our AI platform creates personalized support for children with Autism Spectrum Disorder. Using generative AI, we develop custom social stories and conversation simulations tailored to each child's unique sensitivities
Self-correcting agentic RAG with LangGraph — combines Adaptive, Corrective, and Self-RAG. Routes queries, grades retrieved documents, and checks answers for hallucinations. Runs fully local on Ollama.
A personalized Bengali AI tutor using an Agentic RAG architecture with long-term memory. 🧠 Built with LangGraph, it dynamically retrieves from Pinecone or web search. Served via a FastAPI backend and Streamlit UI.
A full-stack AI-powered knowledge management system where users can save links, PDFs, and images, automatically organize them using AI, search semantically, and chat with their own data using RAG. Includes a D3-based knowledge graph and Chrome extension for instant saving.
An AI-powered stock analysis system that automates the daily market-movers research workflow. UiPath scrapes Yahoo Finance; a LangGraph multi-agent pipeline analyzes each stock and produces an Excel report and a plain-text summary.
Autism Companion: Empowering Neurodiverse Children with AI Technology Our AI platform creates personalized support for children with Autism Spectrum Disorder. Using generative AI, we develop custom social stories and conversation simulations tailored to each child's unique sensitivities
Production-grade RAG chatbot that answers questions from your PDFs with source citations built with FastAPI, React, FAISS + BM25 hybrid retrieval, and deployed on AWS EC2 with Docker.
Shiksha Sampadan is a GenAI-powered content generator designed to create and translate educational content into 22 different Indian languages. The project simplifies learning by categorizing content into three levels, catering to users with varying degrees of understanding.
This project is an AI-powered student performance assistant built using LangGraph, LangChain, and Groq’s LLaMA-3 model. It integrates a Retrieval-Augmented Generation (RAG) system to answer queries about student performance, assignments, marks, and attendance.
A beginner-friendly AI Agent built with Python and Google Gemini to demonstrate the core concepts of modern AI engineering. The project starts with a custom agent implementation and is gradually refactored using LangChain to help understand what AI frameworks do behind the scenes.