Simple responsive web page to visualize the object detection provided by the YOLOv8 model using FastAPI and React.js.
-
cd backend -
virtualenv myenv -
source myenv/bin/activate -
python3 -m pip install -r requirements.txt
-
cd objectDetectionAPI -
uvicorn main:app --reload
-
cd frontend -
npm install -
npm run dev

