## Rest API
혼잡도 REST API
도로지면 계산 후 차지 비율 반환
python3 restapi.py --port 1234 --model drone
python3 -m venv venvsource venv/bin/activate(venv) $ pip install -r requirements.txt(venv) $ python3 restapi.py --port 1234
Then use curl to perform a request:
$ curl -X POST -F image=@tests/zidane.jpg 'http://localhost:1234/v1/object-detection/yolov5'
