arpit0891 / Plant-Disease-Detection-Web-application

AI web application that detects diseases in plants using FastAi /resnet34 and other deep learning models.
https://spj.sciencemag.org/plantphenomics/2019/9237136/
75 stars 30 forks source link

Import sys #44

Closed lpuv closed 2 years ago

lpuv commented 2 years ago

You use sys.argv at the end, so you need to import the sys module.

:)