sndevBeta
Browse CategoriesDeveloper Insights
LoginGet Started
sndevBeta
Project FeedYouTube

© 2026 sndev. All rights reserved.

Back to categoriesGenAI

GenAI

Generative AI projects and tutorials

Available Projects (9)

1 day ago•sndevpostedLatest in Category

Build a RAG Based PDF Chatbot with Fundamentals of RAG

Build a custom RAG PDF chatbot using LangChain, ChromaDB, and Google Gemini API to perform fast semantic retrieval and generate grounded, context-aware answers.

1 day ago•sndevposted

Multilingual AI Chatbot using Sarvam AI for India's Regional Languages

Build a multilingual AI chatbot using Sarvam AI and Streamlit. Supports Indian languages like Hindi, Gujarati, Bengali, and Kannada with native LLM reasoning and real-time translation.

1 day ago•sndevposted

Build a Modular RAG Chatbot

Build a modular, full-stack RAG PDF chatbot from scratch using LangChain, FastAPI, Streamlit, ChromaDB, and Groq (LLaMA 3) with clean frontend-backend separation and sub-second inference.

1 day ago•sndevposted

Build an End-to-End Modular PDF RAG XML Role Validator

Automate job role validation between structured XML files and unstructured PDFs using Google Gemini, Pinecone vector search, PyMuPDF, and fuzzy string algorithms (Levenshtein Distance & Ratcliff-Obers

1 day ago•sndevposted

Build a MultiModal RAG PDF Q&A Chatbot

Build a Multimodal RAG pipeline using PyMuPDF, Cohere embed-v4.0, ChromaDB, and Gemini 2.5 Flash with LangChain LCEL to query both text and visual diagrams from PDFs.

1 day ago•sndevposted

Build & Deploy an End-To-End Modular RAG-based Medical Assistant

Build a role-based medical chatbot using FastAPI, Groq LLaMA 3, Pinecone, and MongoDB Atlas. Features document-grounded RAG with strict RBAC for Doctors, Nurses, and Patients.

1 day ago•sndevposted

Build & Deploy an End-To-End Modular RAG Medical Diagnosis using LangChain, Pinecone, FastAPI

Build a secure, real-time medical report diagnosis app using FastAPI, Streamlit, LangChain, Pinecone, and Groq. Features RAG for accurate insights and RBAC for role management.

1 day ago•sndevposted

Build & Deploy an AI Teaching Assistant with End-to-End Modular RAG System & Deployment

I Teaching Assistant is a production-ready, full-stack Generative AI application designed to streamline classroom learning through Retrieval-Augmented Generation (RAG) and automated evaluation

1 year ago•sndevposted

Build a RAG-Based PDF Chatbot with Streamlit, FAISS, LangChain & Gemini API (Free!)

Build a RAG PDF chatbot using Streamlit, LangChain, FAISS, and Google Gemini API. Extract PDF text, index embeddings in-memory with FAISS, and generate context-grounded answers in a clean web UI