Document Reader Chatbot (RAG) [Jan 2026 ]
GitHub: shauryachawla15/Document-reader-chatbot-RAG
● Built a PDF-based document question-answering chatbot using Retrieval-Augmented Generation (RAG). ● Ensured responses are generated strictly from document content, minimizing hallucinations.
● Implemented end-to-end RAG pipeline: document ingestion, chunking, embedding, retrieval, and response generation.
● Strengthened understanding of LLM grounding, retrieval strategies, and context management.
Tech: Python, RAG, NumPy, LLMs, AI
Sydney Events Web Scraper & Streamlit App [Jan 2026]
GitHub: shauryachawla15/sydney-events-mvp
● Developed a Python-based web scraping system to automatically collect live event data.
● Built a Streamlit web application to display events in a clean, minimal UI.
● Implemented user flow for ticket redirection and email capture.
● Designed system to auto-update events as new listings appear on source websites.
Tech: Python, Web Scraping, pandas, Streamlit, Data Science