An ML-powered geopolitical intelligence dashboard that models how disruptions in the Strait of Hormuz — the world's most critical oil chokepoint — impact global fuel prices across regions.
This isn't a basic data visualization project. It pulls live economic data from the EIA API, runs it through 4 predictive ML models simultaneously, and presents actionable insights through an interactive Streamlit dashboard.
Built with Python, Streamlit, Scikit-learn, Pandas, ARIMA, and OLS Regression.
What makes it rare — it sits at the intersection of machine learning, geopolitics, and economics. The live API integration means the dashboard always reflects current market conditions, and the multi-model approach gives more reliable predictions than any single algorithm.
2
39
SwiftPath TMS is a complete, production-ready transport management system — not a demo, not a tutorial project. It handles everything a real logistics business needs in one platform: fleet management, real-time driver tracking on live maps, route planning, automated SMS alerts via Twilio, Stripe payment processing, and role-based access for admins, drivers, and clients.
Every feature is connected end-to-end. A client books a trip → driver gets assigned → SMS fires instantly → map updates in real time → payment processes through Stripe. Built with React, Flask, and SQLite, with JWT authentication securing every endpoint.
If you're a logistics startup, fleet operator, or transport business that needs a custom backend system — this is exactly the kind of work I do.
1
34
FairGig is a production-grade freelance marketplace built to protect gig workers in Pakistan — drivers, riders, and freelancers — by giving them transparent earnings records, verified income proof, and a collective voice against platform exploitation.
What makes FairGig different from a typical marketplace is its mission and architecture. Most freelance platforms are built for clients. FairGig is built for workers.
Technical stack:
Next.js · FastAPI · PostgreSQL · Redis · Docker · Socket.IO (http://Socket.IO) · JWT Auth
Key features built:
Real-time chat between clients and freelancers using Socket.IO (http://Socket.IO)
Microservices architecture with independently deployable services
Certified earnings system — verifiable income records workers can use as proof
Anomaly detection — flags unusual payment deductions automatically
Community grievance system — workers can collectively report and escalate complaints
Downloadable compliance proof for legal or financial use
JWT-based authentication with role-based access
What makes it special:
FairGig competed at SOFTEC 2026 — one of Pakistan's largest university-level tech competitions — and placed in the Top 10 out of hundreds of teams. It was built by a 3-person team in a high-pressure competition environment and still delivered a fully functional, deployed product.
The combination of microservices backend, real-time features, and a social mission made this one of the standout projects at the competition.
My role: Full-stack development — Next.js frontend, FastAPI backend, PostgreSQL schema design, Docker deployment, Socket.IO (http://Socket.IO) real-time integration.