18 projects
juniper-cascor-model
Shared CasCor candidate-training core (CandidateUnit + activation registry + utils + logging + candidate constants) for the Juniper ML platform — the importable model code the distributed worker needs, decoupled from the cascor server stack.
juniper-data
Dataset generation and management service for the Juniper ecosystem
juniper-cascor-worker
Remote candidate training worker for the JuniperCascor neural network service
juniper-canopy
Real-time monitoring dashboard for Cascade Correlation Neural Network
juniper-cascor
Cascade Correlation Neural Network implementation for the Juniper project
juniper-cascor-client
HTTP/WebSocket client for the JuniperCascor neural network training service
juniper-ml
Juniper - Cascade Correlation Neural Network Research Platform
juniper-doc-tools
Shared documentation tooling for the Juniper ML platform (markdown link validator with cross-repo and ecosystem-root awareness)
juniper-ci-tools
Shared CI / build tooling for the Juniper ML platform (dependency-documentation generator + workflow-script-path lint + AGENTS.md version-drift lint + AGENTS.md header-schema lint + advisory-or-enforcing per-file coverage-gap mapper + environment floor-drift checker + sequence-safety symbol-loss & docs-deletion screens)
juniper-model-core
Shared model-contract interfaces (TrainableModel / GrowableModel ABCs, the TrainingEvent vocabulary, ModelSerializer, the describe_topology() schema) plus a reusable conformance test kit for the Juniper ML platform.
juniper-observability
Shared observability primitives (health models, logging, middleware, Sentry, Prometheus) for the Juniper ML platform
juniper-config-tools
Stdlib-only config helpers for the Juniper ML platform (env-var alias-with-deprecation resolver)
juniper-cascor-protocol
Cross-process WebSocket frame schemas for the juniper-cascor protocol (envelope + worker)
juniper-recurrence
FastAPI + CLI service wrapping the Δt-native LMU recurrence model on the juniper-service-core framework
juniper-recurrence-client
HTTP client for the juniper-recurrence service (the Δt-native LMU recurrence model + cross-validation API)
juniper-service-core
Shared service-tier scaffolding (FastAPI app factory, settings base, generic routes) for Juniper ML model services
juniper-data-client
HTTP client for the JuniperData dataset generation service
juniper-recurrence-model
Δt-native Legendre Memory Unit (Approach-C) and recurrent model core for the juniper-recurrence application