IdeaCredIdeaCred

or4k2l/Structural-Geospatial-Identification

65

GPS + IMU classifier for passive object identification human, car, truck, bicycle, drone. No camera, no radar

What's novel

GPS tells us where. SGI tells us what. Together: passive object identification, no camera, no radar. In Cooperation whith AI.

Code Analysis

7 files read · 3 rounds

A transport-mode classifier (human, bicycle, car, truck, drone) that extracts 14 physics-based features from GPS+IMU time-series windows and classifies them with a RandomForest trained on synthetic data.

Strengths

Exceptionally honest README with real-world validation results showing where the model fails; thoughtful feature engineering with physically motivated discriminators (vib_freq_ratio, speed-normalized curvature) and a synthetic data generator that enforces domain invariants (equal road noise for car/truck).

Weaknesses

The core ML is a standard RandomForest on hand-crafted features with no novel algorithmic contribution; the 'physics' module (K-field, relativistic corrections) is purely theoretical and ~35 orders of magnitude below detectable, adding conceptual weight without functional value.

Score Breakdown

Innovation
5 (25%)
Craft
63 (35%)
Traction
2 (15%)
Scope
63 (25%)

Signal breakdown

Innovation

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

Craft

Ci-2
Tests+5
Polish+0
Releases+4
Has License+5
Code Quality+24
Readme Quality+15
Recent Activity+2
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+7
Languages+5
Subsystems+5
Bloat Penalty+0
Completeness+7
Contributors+6
Authored Files+8
Readme Code Match+3
Architecture Depth+5
Implementation Depth+8

Evidence

Commits

44

Contributors

2

Files

16

Active weeks

1

TestsCI/CDREADMELicenseContributing

Repository

Language

Jupyter Notebook

Stars

0

Forks

0

License

MIT