Applied Gen AI engineering projects: multi-agent orchestration, web-grounded research, retrieval-augmented generation over documents, vision-language extraction, and voice interaction. Each project folder is self-contained with its own README covering architecture, setup, and how it works.
| # | Project |
|---|---|
| 01 | Voice-enabled AI Assistant |
| 02 | Social Media Content Generator |
| 03 | Web Research Agent |
| 04 | Multi-document Research Assistant |
| Category | Tools |
|---|---|
| Language | Python |
| LLM providers | OpenAI API (gpt-4.1-mini, gpt-4.1, gpt-image-2, text-embedding-3-small) |
| Multi-agent orchestration | LangGraph |
| Retrieval / indexing | LlamaIndex (SimpleDirectoryReader, VectorStoreIndex) |
| Web search | Tavily |
| Interface | Streamlit |
| Other | python-dotenv, pypdf |
MIT — see LICENSE.