Collaboration
Stack Overflow
Stack Overflow
📘 Profile Summary
🌐 Visit Profile By Clicking Here
📅 Member since: 4 years ago | 🏆 Reputation: 539
📊 Impact: Reached ~28,000 people
Top Tags: `python` (15 posts), `artificial-intelligence`, `llama-index`
Activity: 12 answers, 7 questions, 109 votes cast
Badges: 2 Silver, 17 Bronze (Yearling, Tag Editor, Vox Populi)
GitHub
Hoopoes
Co-Founder at Hoopoes
📁 Repo: Hoopoes
🌐 I am the Co-Founder of Hoopoes, an open-source community from Pakistan focused on fostering collaboration in software development.
Our community brings together passionate developers to work on impactful projects, such as CodersInventory, a curated collection of useful code snippets, and FastStart, a starter kit for building backend microservices with FastAPI.
FastStart
FastStart
📁 Repo: Hoopoes/FastStart
🌐 FastStart is a starter kit for building backend microservices with FastAPI.
* Includes pre-configured FastAPI setup for rapid development.
* Features authentication, database integration, and API documentation.
* Designed for scalability and ease of use.
Traversaal AI – AgentPro
PR #11 | Merged on May 4, 2025
📁 Repo: traversaal-ai/AgentPro
🚀 Added Silverline project as part of 'Team Going Merry' for the Traversaal x Optimized AI Hackathon 2025.
* Integrated a full-stack app with:
* FastAPI backend
* Next.js frontend
* Twilio dialer integration
* Docker + manual run support
* Included architecture diagram & README with usage instructions
🔧 +21,743 lines, 140 files
Soul Machines – Orchestration Node.js
PR #2 | Open
📁 Repo: soulmachines/orchestration-nodejs
🧠 Added Python implementation of the orchestration example for accessibility
* Rewrote Node.js orchestration example in FastAPI (Python)
* Beginner-friendly README with full setup + usage instructions
* Designed to help newcomers struggling with initial setup
🔧 +1,660 lines**, 16 files changed
LangChain AI – React Voice Agent
PR #15 | Open
📁 Repo: langchain-ai/react-voice-agent
🎤 Improved real-time voice agent project
* Fixed async output chunk issue in agent.py
* Added support for voice selection (6 OpenAI voices)
* Enabled `.env` support via `python-dotenv`
* Added `package-lock.json` for consistent npm installs
* Updated README with beginner-friendly instructions
🔧 +3,813 lines, 8 files
Twilio – OpenAI Realtime Voice Assistant (Python)
PR #43 | Open
📁 Repo: twilio-samples/speech-assistant-openai-realtime-api-python
🔧 Fixed WebSocket compatibility issues
* Updated header key from `extra_headers` → `additional_headers`
* Replaced `.open` checks with proper `.state.name == 'OPEN'` verification
* Followed official WebSockets library breaking changes
🔧 Net change: ±3 lines