This is a simple GUI based on React, which can act as a Front-End for an Object Detector Service.
With a given Endpoint
, the GUI can send POST
requests to an Object Detection Service and then visualize the results.
This Front-End is compactable with this Object-Detection-Counter-API and both can be deployed as container images.
The app can be run on Docker using the docker compose
file as docker compose up -d
This will build and run the GUI in http://localhost:3000
User can then browse an image and enter the Endpoint of the Detection API http://localhost:5000/detect/
and by clicking the send
button, the image will be sent to the given Endpoint and the results are feteched based on the response.
This project was bootstrapped with Create React App.