Install
Clone repo and install requirements.txt in a Python==3.8. environment, including PyTorch>=1.7.
git clone https://github.com/HuynhDoTanThanh/API.git
cd API
pip3 install torch==1.8.2+cu111 torchvision==0.9.2+cu111 torchaudio===0.8.2 -f https://download.pytorch.org/whl/lts/1.8/torch_lts.html
pip install -r requirements.txt # install
Start API
Get host_ip address and run
python main.py -H host_ip
#python main.py -H 0.0.0.0