AI / ML Portfolio
My Projects
A collection of my AI, Android, and real-world problem-solving projects.
🚨 Emergency Index 112
AI-based emergency system that converts Urdu calls into English, classifies emergencies, and generates response plans.
- • Speech-to-text + translation
- • NLP preprocessing + keyword extraction
- • Classification using ML
- • Real-time response system
Tech: Python, NLP, Random Forest
📱 Kalimatul Noor App
Islamic Android application with structured navigation and optimized UI for Quranic content.
- • Built using Kotlin & Android Studio
- • RecyclerView for large datasets
- • Smooth fragment navigation
- • Responsive UI design
Tech: Kotlin, Android, XML
🧍 Human Body Generator
AI-based system that generates human body variations based on user inputs like age and pose.
- • Dynamic UI controls
- • Image generation logic
- • Android integration
Tech: Android, AI Logic
🤟 Urdugest
Urdu sign language recognition system that converts gestures into text.
- • Real-time prediction
- • Multi-class dataset
- • Word formation system
Tech: Python, OpenCV
🚗 License Plate Recognition
Detection and recognition of vehicle number plates using deep learning.
- • YOLO object detection
- • CNN pipeline
- • Real-time inference
Tech: YOLO, PyTorch
🤖 Reinforcement Learning
Implemented Value Iteration for optimal policy learning.
- • Bellman updates
- • Policy extraction
- • Convergence tuning
Tech: Python