-
Notifications
You must be signed in to change notification settings - Fork 0
Onboarding
jai kumar edited this page Feb 23, 2025
·
6 revisions
Python 3.11+ is required. Poetry is used to manage dependencies and tasks.
install pre-reqs
pip install poetry
Ollama is required to run AI tools. See Ollama installation guide.
Clone the repo:
git clone https://github.com/UMass-Rescue/RescueBox.git
Install setup dependencies:
# cd RescueBox/
poetry install
Run RescueBox API for use with Desktop UI:
# cd RescueBox/
./run_server
Run rescuebox-UI :
Install RescueBox Desktop desktop and follow these screenshots