- buy EC2 instance server on Amazon, choose ubuntu22.04 OS
- git clone this repository
sh prepare.sh
- fill AK, SK in run_server.sh
- update model and endpoints in endpoints.ini
nohup sh run_server.sh &
You can also add this job into crontab when server reboot
crontab -e
###
@reboot sh /path/to/aws_inference/run_server.sh &