created new campaign :: Luckies Range Campaign builiding complete :: live :: live under dev :: main
dd9c797
| # π dev Branch β Live Deployment | |
| Project: BAT_Master β dev | |
| HuggingFace Repo: https://huggingface.co/HawkEyesAI/BAT_Master | |
| ## βοΈ Full Deployment Command | |
| ```bash | |
| sudo apt update && sudo apt upgrade -y \ | |
| && sudo apt-get install -y iproute2 libgl1 nano wget unzip nvtop git git-lfs \ | |
| && git config --global credential.helper store \ | |
| && git clone -b dev https://huggingface.co/HawkEyesAI/BAT_Master \ | |
| && cd BAT_Master \ | |
| && chmod +x deploy.sh \ | |
| && ./deploy.sh \ | |
| && sleep 10 \ | |
| && python test.py | |
| ``` | |
| ## π Redeploy Script | |
| ```bash | |
| chmod +x reDeploy.sh && ./reDeploy.sh && sleep 10 && python test.py | |
| ``` | |
| ## π§ͺ Run API | |
| ```bash | |
| cd BAT_Master && python BAT_API.py | |
| ``` | |
| ## β‘ Run with Hypercorn | |
| ```bash | |
| hypercorn BAT_API:app --bind 127.0.0.1:8679 --workers 2 | |
| ``` | |
| ## π Expose via ngrok | |
| ```bash | |
| ngrok http --domain=hasb.nagadpulse.com 8679 | |
| ``` | |
| ### π Citation | |
| ```bash | |
| @misc{hawkeyes_digital_monitoring_ltd_2025, | |
| author = { HawkEyes Digital Monitoring Ltd }, | |
| title = { BAT_Master (Revision c83273f) }, | |
| year = 2025, | |
| url = { https://huggingface.co/HawkEyesAI/BAT_Master }, | |
| doi = { 10.57967/hf/7062 }, | |
| publisher = { Hugging Face } | |
| } | |
| ``` | |