Views
No views yet
1sudo apt update && sudo apt upgrade -y \
2&& sudo apt-get install -y iproute2 libgl1 nano wget unzip nvtop git git-lfs \
3&& git config --global credential.helper store \
4&& git clone -b main https://huggingface.co/HawkEyesAI/UBL-Backup \
5&& cd UNILEVER_Master \
6&& chmod +x deploy.sh \
7&& ./deploy.sh \
8&& python test.py \
9&& python countError.py1git clone -b main https://huggingface.co/HawkEyesAI/UBL-Backup
2cd UNILEVER_Master
3pip install -r requirements.txt
4sudo apt update && sudo apt upgrade -y
5python UBL_API.py1tmux new-window -t deploy "ngrok http --domain=he.ngrok.app 5656"
2tmux new-window -t deploy "ngrok http --domain=hawkeyes.ngrok.app 5656"1ngrok http --domain=he.ngrok.app 5656
2ngrok http --domain=hawkeyes.ngrok.app 5656tmux new-session -d -s deploy "python UBL_API.py"tmux new-session -d -s deploy "hypercorn UBL_API:app --bind 127.0.0.1:5656 --workers 2"1@misc{hawkeyes_digital_monitoring_ltd_2025,
2 author = { HawkEyes Digital Monitoring Ltd },
3 title = { UNILEVER_Master (Revision 6cbf0b8) },
4 year = 2025,
5 url = { https://huggingface.co/HawkEyesAI/UNILEVER_Master },
6 doi = { 10.57967/hf/7061 },
7 publisher = { Hugging Face }
8}