A personal collection of hands-on projects, experiments, and learning notes while exploring the world of Generative AI. 🤖
- 🤖 AI agents and workflows
- 📝 Prompt engineering
- 📄 Structured outputs and JSON schemas
- 🔗 API integrations
- ⚡ FastAPI fundamentals
- 🦜 LangChain and LangGraph
- 🔍 Retrieval-Augmented Generation (RAG)
- 🧠 Embeddings and vector databases
- 🛠️ MCP and AI engineering concepts
- 🚀 Mini AI-powered applications
This repository serves as a:
- 📖 Learning journal
- 🧪 Experiment playground
- 🛠️ Collection of practical implementations
- 📈 Progress tracker throughout my GenAI journey
python -m venv venvLinux / macOS
source venv/bin/activateWindows
venv\Scripts\activatepip install -r requirements.txtuvicorn main:app --reloadpip freeze > requirements.txtLearning by building, experimenting, and iterating. 🌱