No description
| lb | ||
| model | ||
| .DS_Store | ||
| .gitignore | ||
| Readme.md | ||
BeeSwarm
Model
Run instructions
cd model- If you want to run natively using your GPU natively go to step 3, otherwise skip to step 4 to run in Docker.
- Run
run_model_mac.sh,run_model_*depending on your operating system. - To run it in Docker you can run
docker compose up --build
Load balancer
Run instructions
cd lb- If you want to run locally for testing, skip to step 4, otherwise continue with step 3
docker compose up --build- If you want to test the frontend run
cd uiandnpm run devor for the apicd apiandnpm start