Observation, Reconnaissance, Intelligence, and Operations Network
A versatile software platform designed for use across missions in public safety, security, environmental monitoring, and defense. Leveraging machine learning, ORION filters and transforms data from diverse sources—including UAVs and NEXRAD—into actionable insights for effective decision-making.
A presentation is available here
A production version of this project is available at orion.harville.dev.
Interested users can build the project themselves.
-
Start the Project:
Open your terminal in the project directory and start the Docker containers.
git clone --recurse-submodules git@github.com:IsaiahHarvi/ORION.git cd ORION docker compose --profile gui up --build # Optionally, to target the developmentAPI rather than a locally hosted API export the following env var export VITE_API_URL=http://localhost:5171
-
Access the Application:
Once the containers are running, open your browser and navigate to:
http://localhost:5173 or http://127.0.0.1:5173This will load your project locally.
-
Stopping the Containers: To stop the running containers, press
Ctrl+Cin the terminal and then run:docker compose --profile gui down
Our API is available at: https://orion.harville.dev/api/docs