# ๐Ÿš€ main Branch โ†’ Live Deployment Project: BAT_Master โ†’ main 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 main 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 } } ```