This Single Page Application (SPA) serves as a graphical interface for the utilization of our backend. It offers functionality for uploading images and displaying the results of the bird recognition model, along with an additional activation map.
This section provides instructions on setting up the project locally. To get a local copy up and running, follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- Node >= 14.0.0
- Npm >= 5.6
Inside this folder, run the following command:
npm install
Again, inside this folder, run the following command:
npm start
After it compiles web page should be available under localhost:3000
Follow these steps to use the application:
- Choose file to upload
- Click the button on the right to upload the image to the server
After the API processing, the result box should slide up from below. If you want to see the activation map, simply scroll down to the bottom of the page.