Skip to content

A virtual agronomist to identify pests in soybean plantations. Built in NodeJS with the ExpressJS framework and the Image Recognation service from IBM.

License

Notifications You must be signed in to change notification settings

diegossl/virtual-agronomist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtual Agronomist

A virtual agronomist to identify pests in soybean plantations using IBM's image recognition service.

Print Screen

print screen

Setup

To execute the project, it will be necessary to install the dependencies by typing the following command in the terminal:

yarn

or

npm install

Then create a file called .env and copy the contents of the file .env.exemple to it, which already exists at the root of the project. After that, fill in the fields with your credentials.

Credentials can be obtained from the following website:

https://www.ibm.com/br-pt/cloud/watson-visual-recognition

Use

To execute the project, type the following command in the terminal:

yarn start

or

npm start

The system is now ready to be used via the route:

POST http://localhost:3000

License

MIT

About

A virtual agronomist to identify pests in soybean plantations. Built in NodeJS with the ExpressJS framework and the Image Recognation service from IBM.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published