Skip to content
/ prism Public

PRISM is the stand-alone version of our SRI TA1 system developed under the DARPA RACE program during 2019-2023. This software was cleared by DARPA on September 18, 2023; Approved for Public Release, Distribution Unlimited (Distribution "A").

License

Notifications You must be signed in to change notification settings

SRI-CSL/prism

Repository files navigation

Open Source PRISM Components

Source code for PRISM components and Docker image creation

Development dependencies

  • Python 3.7+ (tested with 3.8) with the pip and venv modules
  • Docker 20.0+ (tested with CPUs: 4, Memory: 16GB, Swap: 1GB, Disk image size: 256GB)
  • Git

Setting up for development

Install a Python 3.7+ virtual environment, for example with:

$ python3 -m venv venv

Then activate and install requirements like so:

$ source venv/bin/activate
(venv)$ pip install -r requirements.txt
(venv)$ pip install -e .
(venv)$ pip install -e rib  # if you want RiB tools such as `prt`

Component Documentation

License

See the file LICENSE.txt for details. Also included as a file in Docker images.

About

PRISM is the stand-alone version of our SRI TA1 system developed under the DARPA RACE program during 2019-2023. This software was cleared by DARPA on September 18, 2023; Approved for Public Release, Distribution Unlimited (Distribution "A").

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published