Skip to content
View imann128's full-sized avatar

Organizations

@IBM-SkillsBuild-AI-Builders-Challenge @naziaperwaiz-ai

Block or report imann128

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.

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
imann128/README.md

$ whoami

Iman Naeem — Data Science student, full-stack & systems engineer

$ cat focus.txt

Correctness at the boundary:
  pipelines that can't leak the future into the past
  webhooks that can't double-fire
  backtests that don't lie

$ cat links.txt

portfolio: https://imann128.github.io/


What I work with

Category Stack
Languages Python, JavaScript / React.js, C# / .NET, Java
APIs & Data REST APIs, JSON, OpenAPI specs, Apify
Automation Web scraping pipelines, scripting, CI/CD concepts
Writing Technical blog posts, developer-facing documentation

Projects

tsauditor: Time-series data-quality auditor, live on PyPI. Detects irregular timestamp frequency, non-stationarity, and feature leakage before a model ever gets trained on the data. Featured in Data Science Weekly, Issue 657.

statsmodels: Merged PR #9811, fixed a Hannan-Rissanen estimator constraint blocking seasonal-differencing-only ARIMA models, closing an issue open since 2021.

OGDC Equity Analysis Platform: End-to-end pipeline over 6+ years of PSX stock data, GARCH volatility modelling, Bollinger Band backtesting, and sentiment analysis across 14 sources, with strict train/test discipline to keep the backtests honest. React.js frontend with Recharts. Live: ogdc-project.vercel.app

RelayCore: Webhook gateway with at-least-once delivery, Redis-backed idempotent dedup, JSONPath fan-out routing, HMAC-SHA256 verification, an SSRF guard, and a dead-letter queue for failed deliveries.

iot-anomaly-pipeline: Anomaly detection on NASA SMAP/MSL telemetry, benchmarking Isolation Forest, rolling z-score, and an LSTM autoencoder against labelled ground truth. FastAPI + PostgreSQL, Streamlit dashboard.

DevMetrics: A user-analytics-focused project. Self-hosted Git telemetry service built with .NET 8, Clean Architecture, and SignalR, streaming commit activity in real time.

Floro Chatbot: Bilingual NLP chatbot handling queries in English and Urdu.

Pinned Loading

  1. tsauditor tsauditor Public

    A data quality auditing library for time-series tabular data with data-driven leakage detection.

    Python 10 7

  2. RelayCore RelayCore Public

    A webhook gateway that receives HTTP callbacks from any source (GitHub, Google Calendar, HTML forms), deduplicates them, applies routing rules, transforms payloads, and forwards to destinations (Sl…

    Python 2

  3. DevMetrics DevMetrics Public

    A developer productivity dashboard that tracks local Git activity in real time — built with .NET 8, Clean Architecture, SignalR, and EF Core.

    C# 2

  4. ogdc-project ogdc-project Public

    End-to-end equity analysis platform built over 6+ years of PSX stock data. Covered data ingestion, cleaning, GARCH volatility modelling, Bollinger Band backtesting, and multi-source sentiment analy…

    Python 1