rahmanmahbub073 / Object-Detection-FastApi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ObjectDetectionFastApi

Download the Repo and Extract it

Install

python -m venv env
cd /env/Scripts
activate env
back to root directory "server" {cd ../} one step back
pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/

RUN

  • Modify MODEL_SERVER_IP and MODEL_SERVER_PORT value as model server in server.py.

    Default MODEL_SERVER_IP and MODEL_SERVER_PORT is self interface, just used test.

  • Run server

uvicorn server:app

About


Languages

Language:JavaScript 40.0%Language:CSS 38.0%Language:Python 13.0%Language:HTML 9.1%