A growing collection of practical AI projects built with Python.
| Project | Description |
|---|---|
project1 |
Build AI agents using LangGraph + LangChain (Modular AI Agent Framework) |
project2 |
AI Resume Critiquer using Streamlit + OpenAI (PDF/Text analysis) |
| (More coming soon) | (Stay tuned for future projects) |
Each project lives in its own folder (e.g., project1, project2) and includes:
- 🔐 A
.envsetup for API keys (if required) - 📄 A dedicated
README.mdwith full setup and usage instructions
👉 Navigate to any project folder and follow the instructions in its README to get started.
This repository serves as a playground for:
- Working with LLMs (GPT)
- Parsing and analyzing documents (PDFs)
- Building interactive UIs with Streamlit
- Exploring LangChain, LangGraph, and agent flows
- Packaging Python projects with
uvandpyproject.toml