Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
DefendIntelligence
/
vessel-detection
like
2
License:
mit
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
main
vessel-detection
/
start.sh
DefendIntelligence
Add local install bootstrap and GitHub links
ecb622f
verified
about 1 month 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