Skip to content

isaiah-harville/ORION

Repository files navigation

PROJECT ORION

Observation, Reconnaissance, Intelligence, and Operations Network

Version Tests Passing GitHub Contributors Issues Pull Requests


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

Production Version


A production version of this project is available at orion.harville.dev.

Development Version

Interested users can build the project themselves.

  1. 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
  2. Access the Application:

    Once the containers are running, open your browser and navigate to:

    http://localhost:5173
    or
    http://127.0.0.1:5173
    

    This will load your project locally.

Additional Information

  • Stopping the Containers: To stop the running containers, press Ctrl+C in the terminal and then run:

    docker compose --profile gui down

API

Our API is available at: https://orion.harville.dev/api/docs

About

1st Place Winner | ACM Hackthon 2025 Project

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •