| Title | Description | Key Technologies | Live Demo |
|---|---|---|---|
| Web Page Summarizer | Advanced prompt engineering to reduce hallucinations in summaries. Added context window management and robust content extraction pipelines to ensure reliable, consistent results. It's not just “a summary,” but one you can trust, including a TL;DR because everyone is busy. | LLM, Prompt Engineering, Context Management | link |
| Adventure Weather Assistant | Multi-tool orchestration combining real-time weather APIs with local event data. Supports conversation history and context injection for personalized travel & activity planning. Perfect for trip planning when you’re not sure what the weather will be, but still want to do something exciting! | Multi-Tool Orchestration, Conversation History, Context Injection | link |
| Nutri-Care AI | A RAG-based nutrition chatbot using ChromaDB for vector storage and LangGraph for agent workflows. Includes live evaluation, self-correction, and content moderation, because health advice must be accurate and safe. | RAG, ChromaDB, LangGraph, Memory Management, Content Moderation | link |
| LLM Notebooks | Jupyter playground for LLM experimentation and learning | Prompt Engineering, Groundedness Scoring, Model Evaluation, etc |
| Title | Description | Key Technologies |
|---|---|---|
| WebSocketChat | Prototype Chat using WebSockets | Python(server), Flask + JavaScript(client), sqlite(persistance) |
| WebCrawler | Prototype WebCrawler | Python, asyncio, httpx, BeautifulSoup |
| Go cshell | custom Cshell | Go |