Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
DefendIntelligence
/
vessel-detection
like
1
License:
mit
Model card
Files
Files and versions
xet
Community
main
vessel-detection
/
start.sh
DefendIntelligence
Add local install bootstrap and GitHub links
ecb622f
verified
7 days ago
raw
Copy download link
history
blame
contribute
delete
136 Bytes
#!/usr/bin/env bash
set
-euo pipefail
if
command
-v python3 >/dev/null 2>&1;
then
python3 run_local.py
else
python run_local.py
fi