IdeaCredIdeaCred

or4k2l/Crisis-Detector

63

Automated time series-based anomaly detection framework for crisis monitoring. Detects unusual behaviors, spikes, and trends for early warning systems in finance, industry, and cyber-security.

What's novel

A unified framework for detecting anomalies and crisis events across multiple domains including finance, seismology, gravitational waves, and neurophysiology. In Cooperation whith AI.

Code Analysis

10 files read · 3 rounds

A domain-agnostic time-series anomaly detector that combines rolling z-scores, volatility thresholds, and Isolation Forest to flag crisis regions, with thin data loaders for finance, seismology, gravitational waves, and EEG.

Strengths

Clean, well-documented code with good separation of concerns, sensible edge-case handling (empty signals, NaN, constant signals), and a meaningful test suite that validates detection behavior with synthetic spikes and parameter sensitivity.

Weaknesses

The core algorithm is a straightforward combination of standard statistical tests and an off-the-shelf Isolation Forest with minimal feature engineering; the 'multi-domain' support is just thin wrappers around external libraries, and the crisis score formula is arbitrary with no domain-specific tuning or validation against real crisis events.

Score Breakdown

Innovation
4 (25%)
Craft
66 (35%)
Traction
2 (15%)
Scope
57 (25%)

Signal breakdown

Innovation

Not Fork+1
Code Novelty+1
Concept Novelty+1

Craft

Ci+5
Tests+5
Polish+0
Releases+4
Has License+5
Code Quality+22
Readme Quality+15
Recent Activity+0
Structure Quality+5
Commit Consistency+0
Has Dependency Mgmt+5

Traction

Forks+0
Stars+0
Hn Points+0
Watchers+0
Early Traction+0
Devto Reactions+0
Community Contribs+2

Scope

Commits+5
Languages+3
Subsystems+5
Bloat Penalty+0
Completeness+7
Contributors+6
Authored Files+8
Readme Code Match+3
Architecture Depth+5
Implementation Depth+8

Evidence

Commits

19

Contributors

2

Files

21

Active weeks

2

TestsCI/CDREADMELicenseContributing

Repository

Language

Python

Stars

0

Forks

0

License

MIT