Skip to content

jmohit13/AgriTechHackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crop Pest Classifier

An intelligent pest detector to identify pest in crops using computer vision algorithms.

Author

Steps

  • Clone the git repository
  • Launch a virtual environment
  • Install the project dependencies present in requirements.txt file
    • pip install -r requirements.txt
  • Install additional files in initial_setup.sh, if any

Steps to run the demo server

  • python3 app.py port_number. Default port number is 5000.
    • python3 app.py 5000
  • Open http://localhost:5000 to access the app.

Demo instruction

  • Select an image to detect pest.(Also present in base_data_images)
  • Upload the image using the UI
  • The results will be displayed below. (Refer to screenshots in the results folder)

About

AgriTechHackathon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages