class ShahirAnsari:
role = "ML Engineer & Computer Vision Specialist"
location = "Delhi, India ๐ฎ๐ณ"
focus = [
"Object Detection", # YOLOv8 / Mask R-CNN
"OCR & Document AI", # Handwriting, Aadhaar extraction
"NLP & Chatbots", # HuggingFace Transformers
"ML Pipeline Design", # Training โ Deployment
]
stack = ["YOLOv8", "PyTorch", "TensorFlow", "OpenCV",
"HuggingFace", "Keras", "scikit-learn", "Docker"]
building = "AI systems that see, read & understand the world"
fun_fact = "Trained a bot to play CS:GO โ it outperforms me now ๐"
def say_hello(self):
return "Let's build something intelligent. ๐ค" |
|
YOLOv8-powered document intelligence pipeline that detects and extracts key fields (name, DOB, UID) from Aadhaar card images with bounding-box precision.
|
End-to-end OCR system for reading handwritten text from images โ applicable to number plate recognition, form digitisation, and field surveys.
|
|
A production-ready Telegram bot powered by HuggingFace Transformers โ processes user messages through an NLP pipeline and responds in real time.
|
Trained a YOLO model on in-game screenshots to detect and target enemies in real time. A wild experiment where the bot eventually outperformed its creator.
|
|
Content-based and collaborative filtering recommender system built with pandas and scikit-learn. Suggests films based on genre, cast, and viewing history.
|
Implementation of Mask R-CNN (Matterport) on Keras + TensorFlow for pixel-level object detection and instance segmentation on custom datasets.
|
MULTIMODAL AI โโโโโโโโโโโโโโโโ Vision + Language models
DOCUMENT INTELLIGENCE โโโโโโโโโโโโโโโโ Layout parsing, form extraction
ML PIPELINE DESIGN โโโโโโโโโโโโโโโโ Training โ serving โ monitoring
EDGE DEPLOYMENT โโโโโโโโโโโโโโโโ Real-time detection on edge devices
// built with intent ยท powered by curiosity ยท driven by data