Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 496 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 496 Bytes

bird-identification

Bird Identification PWA made with ReactJS. The intended aim of this app is to identify bird species on the basis of an input image.

To check out the project...

Clone / Download zip

run "npm install" (will require node and npm)

add IUCN Token in src/IUCNToken.js

const IUCNToken = "...";
export default IUCNToken;

run "npm start"

Feedback is appreciated. Thank you!