Skip to content
View Hussain0327's full-sized avatar
:shipit:
Hello!
:shipit:
Hello!

Block or report Hussain0327

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
Hussain0327/README.md

🎓 CS & Applied Math @ NYU • AI/ML

Website Email LinkedIn


🚀 What I'm Building

🛡️ EvidentAI | Open Source

CI/CD release gate for LLM applications: catch PII leaks, prompt injection, and quality regressions before production.

Repo

  • Built CLI with 6 evaluators: exact-match, contains, llm-judge, PII detection, prompt injection, custom
  • Multi-layer prompt injection detection (heuristic patterns + canary tokens + LLM classification)
  • PII scanner with Luhn validation for credit cards, SSN format validation, GDPR-relevant entity types
  • Supports OpenAI, Anthropic, Azure, and custom OpenAI-compatible endpoints
  • 159 unit tests, verified with real LLM API calls

Tech: TypeScript, Python, Node.js, Zod, Vitest


🛠️ Projects

📉 Credit Risk Modeling

Predicting loan default with production-realistic constraints.

Repo

  • Trained and evaluated models on 1.3M+ LendingClub loans with strict leakage prevention
  • Addressed class imbalance and benchmarked logistic regression, random forest, and gradient boosting
  • Translated probabilities into decision thresholds (approve / review / reject) rather than raw scores

Tech: Python, pandas, NumPy, scikit-learn


🤖 LangGraph BI Agent Orchestrator

Business question → structured analysis (JSON, spreadsheet, deck).

Repo

  • Converts vague prompts into explicit analysis plans using agent graphs
  • Retrieval-grounded generation to ensure outputs are traceable to source data
  • Benchmarked cost and latency tradeoffs across routing strategies

Tech: LangGraph, FastAPI, Redis, Docker


📈 Quant Backtesting Validation

Framework to distinguish real trading signal from noise.

Repo · Demo

  • Deterministic backtests with transaction cost modeling
  • Statistical validation via bootstrap CI, permutation tests, and Monte Carlo simulation
  • Explicit verdicts: edge, inconclusive, or noise — not just Sharpe ratios

Tech: Python, pandas, NumPy, SciPy, Streamlit, pytest


🎵 Radiohead Lyrical Analysis Lab

NLP + hypothesis testing on lyrical evolution.

Repo · Demo

  • Sentiment analysis, lexical diversity metrics, topic modeling
  • Statistical tests across albums (not just visualization or anecdotes)

Tech: Python, scikit-learn, React, Vite


🛠 Technical Skills

Languages: Python, SQL, Java, TypeScript, C++
Data Engineering: PostgreSQL, AWS (S3, Redshift), Spark, Kafka, Airflow, Prefect, Docker, dbt
Analytics & ML: pandas, NumPy, scikit-learn, XGBoost, Tableau, Streamlit
AI/LLMs: LangChain, LangGraph, RAG pipelines, pgvector, multi-agent systems
Core Competency: ETL pipelines, data modeling, feature engineering, statistical analysis


💡 I like building things that actually work, then figuring out why they work.

Pinned Loading

  1. echo-analytics-platform echo-analytics-platform Public

    Building an AI-powered analytics tool that turns messy business data into clear insights. Because small businesses deserve good data tools too.

    Python 1

  2. Langgraph-bi-agent-orchestrator Langgraph-bi-agent-orchestrator Public

    Multi-agent business intelligence orchestration system powered by GPT-5/Deepseek v3.2exp, LangGraph, and research-augmented generation.

    Python 1

  3. quant-backtesting-validation quant-backtesting-validation Public

    A research-grade backtesting engine for statistically validating trading strategies against historical market data.

    TypeScript

  4. radiohead-lab radiohead-lab Public

    Python

  5. risk_modeling risk_modeling Public

    Jupyter Notebook