Skip to content
View saitejabandaru-in's full-sized avatar
πŸ’«
πŸ’«

Sponsors

@kratos0718

Block or report saitejabandaru-in

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

Collaboration Card Sponsorship Card Contact Card

Β  Β  Β 

πŸ“Œ AI Systems Engineer & Open Source Builder specializing in Interpretable ML, Vector Databases (Qdrant/Chroma), and Custom AI Agents for global startups & research teams.


πŸ’¬ A Short Conversation


πŸ† Profile Highlights

Profile Highlights Dashboard


🧠 Research & Engineering Philosophy

"Models should not only predict well β€” they should explain well."

I approach modeling through three core principles:

  1. Statistical validity before scale β€” Ensuring assumptions and tests are mathematically grounded before scaling computation.
  2. Interpretability before optimization β€” Understanding feature importance and logic paths before squeezing marginal decimal gains.
  3. Domain meaning before deployment β€” Ensuring features translate directly to clinical or business reality.

My research interests include:

  • Permutation-based, resampling, and nonparametric inference
  • Interpretable and explainable machine learning (post-hoc & intrinsic)
  • Dimensionality reduction with geometric and statistical intuition
  • Robustness, stability, and noise-aware modeling
  • Translating statistical theory into clinically actionable insights

πŸ› οΈ Technical Skill Matrix

Category Technologies
🧠 Modeling & AI Python, R, PyTorch, TensorFlow, scikit-learn
πŸ”§ Infrastructure & Pipelines Docker, PostgreSQL, AWS, GCP, Git, CI/CD Workflows
πŸ“¦ Multi-Language Dev TypeScript / Node.js, Java (Maven), C# (.NET), Ruby

πŸ“Š GitHub Activity


πŸš€ Featured Open Source Projects

Integrates arXiv and Semantic Scholar directly into AI IDEs with page-level PDF extraction and citation graph traversal.

Nonparametric Combination (NPC) and bootstrap-based clinical risk stratification model for rare-disease clinical research.

Clinical NLP platform for unstructured record mining, entity extraction, clinical sentiment analysis, and automated ICD coding.

Scalable clustering framework (KMeans++, DBSCAN, BIRCH, OPTICS) applied to NYC Taxi mobility (12M+) and fraud detection.

πŸ”¬ nonparam-comb

General-purpose statistical library for Nonparametric Combination of permutation tests and multi-criteria severity ranking.

Containerized cross-engine vector database synchronization tool to migrate and replicate embeddings between Chroma and Qdrant.


🌐 Open Source Contributions

I actively contribute to major AI/ML open-source projects with bug fixes, performance improvements, and new features:

Repository PR Description Status
qdrant/qdrant #1264 Vector search engine improvement βœ… Merged
run-llama/llama_index #22343 MinioReader basename collision fix πŸ” Under Review
chroma-core/chroma #7432 Embedding search improvement πŸ” Under Review
logspace-ai/langflow #14051 Workflow engine enhancement πŸ” Under Review
lancedb/lancedb #3661 Retrieval pipeline fix βœ… Approved
milvus-io/pymilvus #3686 Python SDK improvement πŸ” Under Review
explodinggradients/ragas #2850 Evaluation framework fix πŸ” Under Review
cleanlab/cleanlab #1321 Data-centric AI enhancement πŸ” Under Review
public-apis/public-apis #6592 Reported 5 broken API links πŸ“‹ Issue Filed

πŸ† Selected Technical Deep Dives

  • lancedb/lancedb#3661 β€” Workspace Manifest & Dependency Refactoring (Approved βœ…)

    • System Impact: Resolved a blocking issue in the workspace linter (cargo deny) triggered by yanked upstream crates (like spin v0.10.0), and resolved duplicate developer dependency declarations.
    • Key Technologies: Rust, Cargo Workspace, CI/CD Linters.
  • milvus-io/pymilvus#3686 β€” Environment Configuration Security & Type Safety (Under Review πŸ”)

    • System Impact: Patched SDK settings parser to prevent unauthorized loading of .env configurations when the PYTHON_DOTENV_DISABLED flag is set, and resolved a runtime TypeError caused by uninitialized variables.
    • Key Technologies: Python, python-dotenv, Environment Management.
  • chroma-core/chroma#7432 β€” Test Suite Isolation & Connection Refactoring (Under Review πŸ”)

    • System Impact: Redesigned test fixtures for FastAPI SSL connections to run isolated database instances, resolving race conditions and connection leaks in the testing environment.
    • Key Technologies: Python, Pytest, FastAPI, SQLite.

πŸ“¦ Published Packages


C# / .NET
AI Trading Agent & Portfolio Strategy Validator using SPRT, Sharpe/Sortino Ratios

Ruby
AI Financial Fraud & Anomalous Transaction Auditor with consensus verification

Java
Demographic Fairness Credit Risk Evaluator with bias metrics

πŸ“„ Research Paper

Permutation-Based Analysis of Clinical Variables in Necrotizing Fasciitis Using NPC and Bootstrap
Mathematics, MDPI (2025)

This work introduces a permutation-based, nonparametric framework for analyzing clinical variables in necrotizing fasciitis. By combining Nonparametric Combination (NPC) methodology with bootstrap techniques, the study enables robust inference under small-sample and distribution-free conditions, with an emphasis on interpretability and clinical relevance.

The study demonstrates how permutation-based inference can outperform classical parametric approaches in rare-disease clinical settings.

πŸ”— https://www.mdpi.com/2227-7390/13/17/2869


πŸ” Current Research Directions

  • 🧬 High-Precision Biomedical AI: Designing mathematically rigorous, permutation-based nonparametric statistical engines for rare diseases and small-sample clinical datasets.
  • πŸ“ˆ Robust & Explainable ML (XAI): Developing invariant feature attribution and post-hoc explanation frameworks that maintain mathematical consistency under severe covariate and distribution shifts.
  • πŸ›‘οΈ Production AI Guardrails & Validation: Building automated evaluation suites, stability tests, and performance diagnostics to guarantee safety, reproducibility, and alignment in high-stakes clinical and financial ML deployments.
  • πŸ”§ Developer Tooling & Agentic Integrations: Architecting FastMCP (Model Context Protocol) servers to seamlessly link scientific databases (arXiv, PubMed, gnomAD) with next-generation LLM agents and coding systems.

πŸ”— Research & Professional Profiles

Website Google Scholar SciProfiles ORCID ResearchGate LinkedIn

🀝 Let's Connect

Pinned Loading

  1. nf-risk-stratification nf-risk-stratification Public

    β€œNPC-based risk stratification model for necrotizing fasciitis using bootstrap and permutation methods.”

    Python 10

  2. excel-automation-toolkit excel-automation-toolkit Public

    Excel automation framework integrating VBA macros with Python (Pandas) pipelines for data preprocessing, reporting, and interactive business intelligence dashboards.

    Python 12

  3. big-data-clustering-analytics big-data-clustering-analytics Public

    Scalable clustering framework for big data using KMeans++, DBSCAN, BIRCH, OPTICS and DENCLUE, applied to NYC Taxi mobility analytics and credit card fraud detection.

    Python 11 1

  4. numerical-methods-ml numerical-methods-ml Public

    Numerical methods for machine learning using PCA, LDA, NMF and K-Means on the Iris dataset, implemented in MATLAB with visual analytics.

    MATLAB 10