Skip to content
View fatimaazfar's full-sized avatar
:shipit:
Making cool AI applications
:shipit:
Making cool AI applications

Block or report fatimaazfar

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
fatimaazfar/README.md

Fatima Azfar

Typing SVG


Profile ViewsGitHub followersLinkedInKaggleUpwork


Who I Am

I am an AI Solutions Developer and Data Scientist with deep expertise in Computer Vision, NLP, Deep Learning, Agentic AI, and Multimodal Systems. Currently Co-Founder & CTO at Rapide Technologies, where I architect and ship production AI products for enterprise and government clients.

My work spans full SaaS platforms, agentic pipelines, real-time government dashboards, federated learning systems, and multimodal medical AI - systems that are deployed, trusted, and used. I work and lead teams across the full stack: AI research, system architecture, backend, and product.

Quickly check out my portfolio: https://fatimaazfar.github.io/

Core Stack

PythonPyTorchTensorFlowFastAPIReactOpenAILangChainPostgreSQLMongoDBGCPDockerPower BI


Featured Client Product — Clout HR Analytics Platform

Role: AI Solutions Architect & Technical Lead | clouthr.ai

A production-grade, multi-tenant HR Analytics SaaS I designed and built with my team — owning the full AI architecture, technical direction, and end-to-end delivery across six integrated modules.

Data Loading & Cleaning — LLM-assisted ingestion pipeline

CSV/Excel upload, horizontal/vertical multi-file merge, OAuth2-connected HRIS integrations (Workday, BambooHR), and a chat interface for LLM-driven cleaning commands (standardize dates, remove nulls, replace categories, clamp outliers) — powered by Pandas, NumPy, and an event-driven Python backend.

AI-Powered Analytics Dashboard — auto-generated on data upload

Automatically triggered post-ingestion — generates correlation matrices, distribution charts, KPI summary cards, and significant-finding callouts. Real-time rendering via websockets. Built with D3.js, Plotly.js, and Python analytics.

HR Dashboard & Predictive Analytics — attrition, turnover risk, engagement

ML-based turnover risk predictions (scikit-learn / PyTorch), attrition rate trends, engagement scores, deep-dive filters by department, region, and role. Optional AI recommendations for interventions.

Chat with AI — converse with your HR data

Ask "What is the average tenure by department?" or "Show attrition trend over 5 years" and receive answers and auto-generated charts. Powered by OpenAI GPT and LangChain, with RBAC-gated column access per user role.

Report Builder — drag-and-drop, AI-written, export-ready

Drag-and-drop report composer pulling charts and insights from all modules. AI-generated narrative text blocks, WYSIWYG manual editing via CKEditor, and export to PDF (jsPDF), Excel (SheetJS), or HTML.

HRIS Integrations — OAuth2 sync with enterprise platforms

OAuth2 REST integrations with Workday, BambooHR, and other platforms. Scheduled data sync jobs, multi-tenant data isolation, GDPR/SOC2 compliance posture.


PythonFastAPIReactOpenAI GPTLangChainPostgreSQLD3.jsscikit-learnPyTorchDockerOAuth2RBACMulti-tenant


Selected Work

Agentic & LLM Systems

ProjectDescriptionStack
Logistics Financial AI Assistant(Private)Production WhatsApp-integrated AI assistant for logistics executives — ERP/Finance data analysis, automated report generation, multilingual audio support (English, Urdu, Bilingual), Whisper transcription, and predictive analytics delivered via conversational interfacePython · Twilio · Whisper · FastAPI · OpenAI
Agentic Text-to-SQL System(Private)Multi-agent architecture transforming natural language into optimized SQL with spatial reasoning and H3 hexagonal grid visualization for geospatial datasetsPython · LangChain · FastAPI · H3
Real-Time News Sentiment Dashboard(Private)Live news scraper feeding an LLM sentiment classification engine, displayed in a real-time web dashboard with narrative trend analysisPython · LLM · Scraping
Hangman AI ⭐9Multi-model ensemble combining BiLSTM, DAWG word graph structures, and BERT for high-accuracy letter predictionPython · BiLSTM · BERT

Computer Vision

ProjectDescriptionStack
EpiDetect ⭐3MERN stack web application with fine-tuned ResNet50 for real-time skin disease detection via webcamReact · Node.js · MongoDB · TF
Facial Paralysis Detection(Private)Multi-label deep learning classifier detecting facial paralysis from smile images — commissure orientation, lip symmetry, and clinical featuresPython · PyTorch
Mitosis Detection ⭐4SOFTEC 2024 AI Challenge solution using VGG-11, DenseNet, and custom CNN with focal loss and hyperparameter optimizationPython · TF · Keras
MediVision ⭐3AI-based medical imaging disease prediction systemPython · Deep Learning
Text-to-Image CGAN ⭐7Conditional GAN generating floorplan images from text descriptions, with FID and IS evaluationPython · GAN · PyTorch
OCR Solutions ⭐2Full implementation and comparison of Pytesseract, EasyOCR, and Google Cloud VisionPython · OCR
Image ColorizerFastAPI endpoint wrapping DeOldify for black-and-white image colorizationPython · FastAPI

Data Science & Analytics

ProjectDescriptionStack
Punjab Food Authority Dashboard ⭐2Real-time Power BI map dashboard for government supervision of food business operations across Punjab provincePower BI · GIS · Python
Global Carbon Budget Dashboard ⭐2 — SOFTEC 2024 WinnerGoogle Looker and Pandas visualization of global CO2 emissions with feature-engineered insightsLooker · Pandas
Earthquake Magnitude Predictor ⭐5ML and XGBoost predicting earthquake magnitudes with hyperparameter tuning and visualizationPython · XGBoost
Urdu Sentiment Analysis ⭐2Deep learning sentiment analysis on Urdu tweets, extending NLP to underrepresented languagesPython · Deep Learning
Chinese Lyrics NLP ⭐3Chinese language similarity and NLP analysis systemPython · NLP
FAST Data Science Material ⭐20Complete undergraduate data science coursework across 8 semestersPython · ML

Research & Advanced ML

ProjectDescriptionStack
Energy-Efficient IoT IDS(Private)Intrusion detection system for IoT devices using Federated Learning and Whale Optimization Algorithm for energy efficiency and data privacyPython · FL · WOA
Federated Learning CIFAR-10 ⭐2CNN architecture trained via federated learning across decentralized CIFAR-10 dataPython · FL
ResNet-Optima ⭐2Advanced ResNet adaptation improving generalization and computational efficiencyPython · PyTorch
AlexNet / VGG ImageNetFaithful reimplementations of AlexNet and VGG architectures from their original papersPython · TF

GitHub Stats

GitHub Streak

Activity Graph


Let's Connect

EmailLinkedInKaggleUpworkClout HRRapide


Open to research collaborations, AI consulting, and building things worth building.

Pinned Loading

  1. GRAASFGRAASFPublic

    GRAASF is a CLI tool that attaches a persistent, self-updating knowledge graph to any software project. It watches AI coding sessions, extracts structured knowledge from them, stores it locally in …

    JavaScript

  2. Hangman-AIHangman-AIPublic

    The project leverages a combination of models and methods to predict missing letters in a word, enhancing the Hangman gameplay experience. The core methodologies include a Bidirectional LSTM (BiLST…

    Jupyter Notebook 10

  3. Federated-Learning-CIFAR10Federated-Learning-CIFAR10Public

    Implementation of Federated Learning on a simple CNN architecture on CIFAR10 dataset.

    Python 2

  4. OCR-SolutionsOCR-SolutionsPublic

    This repository contains the complete implementation of 3 methods to build OCRs, Pytesseract, EasyOCR and Google Cloud Vision API.

    Jupyter Notebook 2

  5. Google-Maps-Images-ScraperGoogle-Maps-Images-ScraperPublic

    A Selenium-based scraper for extracting images from Google Maps location galleries.

    Python 2

  6. Image-ColorizerImage-ColorizerPublic

    FastAPI-based DeOldify Image Colorization API.

    Python