Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 954 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 954 Bytes

ARCADIA

The ARCADIA framework is for developing integerated, intelligent systems. This distribution includes several models and the components, sensors, etc. required to run them.

Installation and Setup

See either

Usage

# enter the directory and start a REPL
cd arcadia
lein deps
lein repl
;; Test a basic model of multiple object tracking.
(refresh)
(arcadia.models.mot-simple/example-run)

Documentation

API documentation can be generated using either Marginalia or Codox. See their project pages for available options.

# Codox
lein codox

# Marginalia
lein marg

An in-progress manual for working with ARCADIA is also available.

License

See LICENSE file.

Distributed under a modified open source license