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
Exploring the world of Generative AI through Google’s 5-Day Intensive Course. Covering foundational LLMs, prompt engineering, embeddings, AI agents, domain-specific models, and MLOps. Sharing insights, code labs, and resources to unlock the potential of AI.
This project builds a recommendation system for Netflix titles using embeddings generated by a all-mpnet-base-v2 model and an similarity search index built with FAISS.
PDFMate.AI is a Django-based app that lets you upload PDFs, indexes them into a vector database, and ask natural-language questions to get grounded answers with evidence. It uses PyMuPDF for PDF parsing, Transformers + PyTorch for embeddings, and Pinecone for fast semantic search. Clean templates provide Q&A views with cited contexts.