BAT_Master / README.md
rakib72642's picture
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 }
}
```