Skip to content

Stabilarity Hub

Menu
  • Home
  • Research
    • Healthcare & Life Sciences
      • Medical ML Diagnosis
    • Enterprise & Economics
      • AI Economics
      • Cost-Effective AI
      • Spec-Driven AI
    • Geopolitics & Strategy
      • Anticipatory Intelligence
      • Future of AI
      • Geopolitical Risk Intelligence
    • AI & Future Signals
      • Capability–Adoption Gap
      • AI Observability
      • AI Intelligence Architecture
    • Data Science & Methods
      • HPF-P Framework
      • Intellectual Data Analysis
    • Publications
      • External Publications
    • Robotics & Engineering
      • Open Humanoid
    • Benchmarks & Measurement
      • Universal Intelligence Benchmark
      • Shadow Economy Dynamics
  • Tools
    • Healthcare & Life Sciences
      • ScanLab
      • AI Data Readiness Assessment
    • Enterprise Strategy
      • AI Use Case Classifier
      • ROI Calculator
      • Risk Calculator
    • Portfolio & Analytics
      • HPF Portfolio Optimizer
      • Adoption Gap Monitor
      • Data Mining Method Selector
    • Geopolitics & Prediction
      • War Prediction Model
      • Ukraine Crisis Prediction
      • Gap Analyzer
    • Technical & Observability
      • OTel AI Inspector
    • Robotics & Engineering
      • Humanoid Simulation
    • Benchmarks
      • UIB Benchmark Tool
  • API Gateway
  • About
  • Contact
  • Join Community
  • Terms of Service
  • Geopolitical Stability Dashboard
Menu

Stabilarity Research Platform Is Now Open — Free API Access for All Researchers

Posted on March 9, 2026March 14, 2026 by Admin
Public Beta
Free for Researchers

Stabilarity Research Platform Is Now Open

Every tool, every dataset, every model — available to researchers via API at no cost.

📚 Academic Citation:
Ivchenko, O. (2026). Stabilarity Research Platform: An Open API Infrastructure for Reproducible Research in Medical AI, Geopolitical Risk, and Portfolio Optimization. Stabilarity Research Hub. Odessa National Polytechnic University.
DOI: 10.5281/zenodo.18928330

Abstract

This paper presents the Stabilarity Research Platform — an open, API-accessible research infrastructure exposing validated machine learning models, geopolitical risk datasets, and decision optimization tools to the global research community at no cost. The platform implements FAIR data principles (Wilkinson et al., 2016), providing composable, versioned endpoints for: (1) medical imaging classification across six diagnostic domains (Pesapane et al., 2022); (2) country-level geopolitical risk quantification using GDELT (Leetaru & Schrodt, 2013) and ACLED (Raleigh et al., 2010) event data; (3) pharmaceutical portfolio optimization via the Decision Readiness Index (DRI) framework; and (4) enterprise AI decision support tools. All systems are versioned, documented, and accessible via personal API keys issued at no cost to community members, consistent with emerging norms in research software citation (Katz et al., 2021).

graph TD
    API["Stabilarity API v1
hub.stabilarity.com/api/v1/"]
    MED["Medical AI Module
/scanlab/"]
    GEO["Geopolitical Risk Module
/geo-risk/"]
    DRI["DRI Optimizer Module
/dri/"]
    DS["Decision Support Module
/enterprise-ai/"]
    AUTH["Authentication
X-API-Key header"]
    AUTH --> API
    API --> MED
    API --> GEO
    API --> DRI
    API --> DS
    MED --> M1["Chest X-ray · CT · Dermoscopy
Ophthalmology · Pathology · Brain MRI"]
    GEO --> G1["Country Risk Scores
GDELT + ACLED datasets"]
    DRI --> D1["Decision Readiness Index
Pharma Portfolio Optimization"]
    DS --> E1["Enterprise ML Tools
Prediction · Classification"]
    style API fill:#000,color:#fff,stroke:#000
    style AUTH fill:#e8f5e9,stroke:#2e7d32
Published: March 2026 Author: Oleh Ivchenko Status: Public Beta — stable, free, open to all Stabilarity community members

We have been building research tools, training ML models, and assembling geopolitical and economic datasets for the past two years. Today, all of it is open — programmatically, via a unified API — free for every researcher who wants to build on top of what we have built. This approach aligns with the growing consensus that scientific data and tools should be made FAIR: Findable, Accessible, Interoperable, and Reusable (Stall et al., 2019).

This is not a product launch. There is no pricing page, no trial period, no sales call. It is a research platform, built by researchers, opened to researchers. If you are a member of the Stabilarity community, your personal API key is already waiting for you.

🔑 Get Your Free API Key

Every community member gets a personal key — 100 requests per minute, all endpoints, forever free.
View the full API documentation and find your key →
Not a member yet? Join the Stabilarity research community →

What Is Open

📊 Research & Decision Tools
AI Use Case Classifier & Matcher FREE
Classifies enterprise AI use cases by industry, complexity, and ROI potential. Now enhanced with regional context from geopolitical risk data — recommendations adjust for your country’s regulatory environment and stability index.
  • GET /api/v1/geo-risk/data/countries 87-country risk index powering regional classifier context
Open tool →
AI Implementation ROI Calculator FREE
Calculates ROI for AI implementation projects with risk-adjusted projections. Regional stability multipliers applied automatically using live country data.
Open tool →
Enterprise AI Decision Support Calculator FREE
Multi-dimensional risk scoring for enterprise AI decisions — financial, operational, regulatory, and market risk — with a live Market Risk tab pulling macro indicators from our geopolitical dataset.
Open tool →
AI Data Readiness Index Assessment FREE
Structured self-assessment across five data readiness dimensions — quality, governance, infrastructure, team capability, and process maturity. Exports plain-text summary.
Open tool →
AI Adoption Gap Monitor FREE
Tracks the gap between AI capability and real-world deployment across industries and regions. Regional tab enriched with geopolitical stability indices.
Open tool →
Data Mining Method Selector FREE
Decision-tree assistant for selecting the right data mining method for your dataset. Covers classification, regression, clustering, association, and anomaly detection. Runs entirely in-browser — no API call required.
Open tool →
🌍 Geopolitical Risk Intelligence API
Geopolitical Risk Dataset FREE API
87-country risk dataset with war, political, and economic risk indices, built on methodologies established by leading conflict event datasets (Leetaru & Schrodt, 2013). Macro indicators including VIX, oil, inflation, and food security. Chart exports as PNG, ready to embed in your own tools.
  • GET /api/v1/geo-risk/status Service health
  • GET /api/v1/geo-risk/data/countries Full country risk dataset (JSON)
  • GET /api/v1/geo-risk/macro/current Live macro indicators
  • GET /api/v1/geo-risk/chart/{type} Chart as PNG — types: timeseries, heatmap, world-map, forecast-comparison, regional-radar, top-stable, correlation-matrix, anomaly, region-bars
War Prediction Model FREE
ML ensemble model for conflict escalation probability using GDELT (Leetaru & Schrodt, 2013) and ACLED (Raleigh et al., 2010) data. Live conflict data feed embedded directly in the tool.
Open tool →
Ukraine Crisis Prediction Hub FREE
Region-level conflict risk scoring across 27 Ukrainian oblasts with live data from our geopolitical risk feed. XAI parameters explain each prediction.
Open tool →
🏥 Medical AI — ScanLab
ScanLab Medical Imaging AI FREE API
Six deep learning models for medical image classification, following established approaches in clinical AI validation (Ardila et al., 2019). Trained on validated clinical and public datasets. Returns predictions with confidence scores, ICD-10 code suggestions, and cost-effectiveness metrics. Addressing barriers to AI adoption in medical imaging (Pesapane et al., 2022), the platform is built to support Ukrainian healthcare research.
  • GET /api/v1/scanlab/health Service health
  • GET /api/v1/scanlab/models List all available models
  • POST /api/v1/scanlab/predict Classify medical image — multipart/form-data: file + model
  • GET /api/v1/scanlab/analytics Throughput + cost-effectiveness metrics
Available models: Pneumonia Detector · COVID-19 Classifier · Skin Lesion (Melanoma) · Brain Tumor Detector · Multi-Label Chest (14 conditions) · and more
Open ScanLab →
💊 HPF Portfolio Optimizer
HPF-P Pharma Portfolio Optimizer FREE API
Six-module Decision Readiness Index (DRI) pipeline for pharmaceutical SKU portfolio optimization. Classifies SKUs into five decision groups and applies optimized reweighting strategies. Based on the HPF framework from our ongoing dissertation research.
  • GET /api/v1/hpf/health Service health
  • GET /api/v1/hpf/sample Download sample portfolio CSV (21 SKUs)
  • POST /api/v1/hpf/analyze Run full 6-module HPF pipeline on your portfolio data
Open HPF Project →
⚙️ Developer Tools
OTel AI Inspector FREE
Browser-based OpenTelemetry trace analyzer for AI pipelines. Four-layer scoring model (L1–L4) assessing semantic richness, cost attribution, failure traceability, and compliance readiness. No data leaves your browser.
Open tool →
flowchart LR
    RAW["Raw Event Data
GDELT · ACLED · News"]
    PROC["Data Processing Pipeline
Normalization · Deduplication"]
    MODEL["Risk Quantification Model
Country-level scoring"]
    CACHE["Dataset Cache
Versioned snapshots"]
    API2["REST API Endpoint
/geo-risk/data/countries"]
    VIZ["Visualization Endpoint
/geo-risk/chart/world-map"]
    RAW --> PROC
    PROC --> MODEL
    MODEL --> CACHE
    CACHE --> API2
    CACHE --> VIZ
    style RAW fill:#fff3cd,stroke:#856404
    style MODEL fill:#cce5ff,stroke:#004085
    style API2 fill:#d4edda,stroke:#155724
    style VIZ fill:#d4edda,stroke:#155724

Quick Start

Base URL: https://hub.stabilarity.com/api/v1/ — authenticate with X-API-Key header or ?api_key= param.

# Check all services curl https://hub.stabilarity.com/api/v1/status # Get country risk dataset (requires your key) curl -H “X-API-Key: YOUR_KEY” \ https://hub.stabilarity.com/api/v1/geo-risk/data/countries # Get a risk chart as PNG curl -H “X-API-Key: YOUR_KEY” \ “https://hub.stabilarity.com/api/v1/geo-risk/chart/world-map” \ –output risk-map.png # Classify a chest X-ray curl -H “X-API-Key: YOUR_KEY” \ -F “file=@xray.jpg” \ -F “model=pneumonia” \ https://hub.stabilarity.com/api/v1/scanlab/predict

Interactive Sandbox + Full Docs

Try every endpoint directly in the browser, copy cURL commands, and view request/response schemas — no setup needed.
Open the API Gateway documentation →

Our Commitment to Open Research

Stabilarity exists to share results publicly whenever possible. Every tool built here, every dataset assembled, every model trained — these belong to the research community first. The API is not a product. It is an extension of that commitment. Members can build on our infrastructure freely, cite our work in their research, and contribute back to the platform. Questions or collaboration: contact@stabilarity.com

graph TD
    INPUT["Researcher Request
Research question + API key"]
    ROUTE["API Router
Endpoint selection"]
    SCAN["ScanLab
Medical imaging inference"]
    RISK["GeoRisk
Country risk dataset"]
    OPT["DRI Optimizer
Portfolio decision framework"]
    OUT1["JSON response +
confidence scores"]
    OUT2["Risk scores +
trend data + charts"]
    OUT3["DRI scores +
optimization recommendations"]
    CITE["Research Citation
DOI: 10.5281/zenodo.18928330"]
    INPUT --> ROUTE
    ROUTE --> SCAN --> OUT1
    ROUTE --> RISK --> OUT2
    ROUTE --> OPT --> OUT3
    OUT1 --> CITE
    OUT2 --> CITE
    OUT3 --> CITE
    style INPUT fill:#e3f2fd,stroke:#1565c0
    style CITE fill:#f3e5f5,stroke:#6a1b9a

References

  • Ardila, D., et al. (2019). End-to-end lung cancer detection on CT with deep learning. Nature Medicine, 25, 954–961. https://doi.org/10.1038/s41591-019-0447-x
  • Katz, D.S., et al. (2021). A Fresh Look at the Software Citation Principles. PeerJ Computer Science. https://doi.org/10.7717/peerj-cs.659
  • Leetaru, K. & Schrodt, P.A. (2013). GDELT: Global Data on Events, Location and Tone. ISA Annual Convention. https://www.gdeltproject.org/
  • Pesapane, F., et al. (2022). Artificial intelligence as a medical device in radiology. European Radiology. https://doi.org/10.1007/s00330-021-08408-x
  • Raleigh, C., et al. (2010). Introducing ACLED: An Armed Conflict Location and Event Dataset. Journal of Peace Research, 47(5), 651–660. https://doi.org/10.1177/0022343310370914
  • Stall, S., et al. (2019). Make scientific data FAIR. Nature, 570, 27–29. https://doi.org/10.1038/d41586-019-01720-7
  • Wilkinson, M.D., et al. (2016). The FAIR Guiding Principles for scientific data management and stewardship. Nature Scientific Data, 3, 160018. https://doi.org/10.1038/sdata.2016.18

Further Reading

📖 Beyond the Benchmark: What AI Looks Like When It Actually Works — A journal-level examination of each platform system, how they compose, and why openness matters for research adoption. DOI: DOI pending — scientific review in progress

Version History · 11 revisions
+
RevDateStatusActionBySize
v1Mar 9, 2026DRAFTInitial draft
First version created
(w) Author9,464 (+9464)
v2Mar 9, 2026PUBLISHEDPublished
Article published to research hub
(w) Author9,706 (+242)
v3Mar 9, 2026REVISEDContent update
Section additions or elaboration
(w) Author10,181 (+475)
v4Mar 9, 2026REVISEDMajor revision
Significant content expansion (+2,355 chars)
(w) Author12,536 (+2355)
v5Mar 9, 2026REVISEDMajor revision
Significant content expansion (+2,046 chars)
(w) Author14,582 (+2046)
v7Mar 14, 2026REDACTEDMinor edit
Formatting, typos, or styling corrections
(r) Redactor14,660 (+78)
v8Mar 14, 2026REDACTEDContent consolidation
Removed 14,606 chars
(r) Redactor54 (-14606)
v9Mar 14, 2026REVISEDMajor revision
Significant content expansion (+14,961 chars)
(w) Author15,015 (+14961)
v10Mar 14, 2026REDACTEDEditorial trimming
Tightened prose
(r) Redactor14,746 (-269)
v12Mar 14, 2026REDACTEDMinor edit
Formatting, typos, or styling corrections
(r) Redactor14,668 (-89)
v13Mar 14, 2026CURRENTMinor edit
Formatting, typos, or styling corrections
(m) Admin14,582 (-86)

Versioning is automatic. Each revision reflects editorial updates, reference validation, or formatting changes.

Recent Posts

  • Container Orchestration for AI — Kubernetes Cost Optimization
  • The Computer & Math 33%: Why the Most AI-Capable Occupation Group Still Automates Only a Third of Its Tasks
  • Frontier AI Consolidation Economics: Why the Big Get Bigger
  • Silicon War Economics: The Cost Structure of Chip Nationalism
  • Enterprise AI Agents as the New Insider Threat: A Cost-Effectiveness Analysis of Autonomous Risk

Recent Comments

  1. Oleh on Google Antigravity: Redefining AI-Assisted Software Development

Archives

  • March 2026
  • February 2026

Categories

  • ai
  • AI Economics
  • AI Observability & Monitoring
  • AI Portfolio Optimisation
  • Ancient IT History
  • Anticipatory Intelligence
  • Capability-Adoption Gap
  • Cost-Effective Enterprise AI
  • Future of AI
  • Geopolitical Risk Intelligence
  • hackathon
  • healthcare
  • HPF-P Framework
  • innovation
  • Intellectual Data Analysis
  • medai
  • Medical ML Diagnosis
  • Open Humanoid
  • Research
  • Shadow Economy Dynamics
  • Spec-Driven AI Development
  • Technology
  • Uncategorized
  • Universal Intelligence Benchmark
  • War Prediction

About

Stabilarity Research Hub is dedicated to advancing the frontiers of AI, from Medical ML to Anticipatory Intelligence. Our mission is to build robust and efficient AI systems for a safer future.

Language

  • Medical ML Diagnosis
  • AI Economics
  • Cost-Effective AI
  • Anticipatory Intelligence
  • Data Mining
  • 🔑 API for Researchers

Connect

Facebook Group: Join

Telegram: @Y0man

Email: contact@stabilarity.com

© 2026 Stabilarity Research Hub

© 2026 Stabilarity Hub | Powered by Superbs Personal Blog theme
Stabilarity Research Hub

Open research platform for AI, machine learning, and enterprise technology. All articles are preprints with DOI registration via Zenodo.

185+
Articles
8
Series
DOI
Archived

Research Series

  • Medical ML Diagnosis
  • Anticipatory Intelligence
  • Intellectual Data Analysis
  • AI Economics
  • Cost-Effective AI
  • Spec-Driven AI

Community

  • Join Community
  • MedAI Hack
  • Zenodo Archive
  • Contact Us

Legal

  • Terms of Service
  • About Us
  • Contact
Operated by
Stabilarity OÜ
Registry: 17150040
Estonian Business Register →
© 2026 Stabilarity OÜ. Content licensed under CC BY 4.0
Terms About Contact
Language: 🇬🇧 EN 🇺🇦 UK 🇩🇪 DE 🇵🇱 PL 🇫🇷 FR
Display Settings
Theme
Light
Dark
Auto
Width
Default
Column
Wide
Text 100%

We use cookies to enhance your experience and analyze site traffic. By clicking "Accept All", you consent to our use of cookies. Read our Terms of Service for more information.