WMKCharles / Potato-Leaf-Disease-Detector

0 stars 0 forks source link

How To Run This App ? #1

Open Uzairhussain98 opened 2 years ago

Uzairhussain98 commented 2 years ago

Hi, I am new to the ML world, and this project fascinates me. I cloned the project and installed the required dependencies using the command provided by you then I tried running the app using this command python app.py but it returns an error that says,

Traceback (most recent call last): File "/home/uzair/Desktop/Potato-Leaf-Disease-Detector/app.py", line 12, in import numpy as np ModuleNotFoundError: No module named 'numpy'

I am just curious about this app, your help will be extremely useful

Thanks.

P.S: Sorry! I didn't find any other way of contacting you.

WMKCharles commented 2 years ago

Hi,

The web application is built using Flask.. you'll need to create a virtual environment before running it.

Regards.

On Tue, Mar 8, 2022, 14:30 Uzairhussain98 @.***> wrote:

Hi, I am new to the ML world, and this project fascinates me. I cloned the project and installed the required dependencies using the command provided by you then I tried running the app using this command python app.py but it returns an error that says,

Traceback (most recent call last): File "/home/uzair/Desktop/FYP2/Potato-Leaf-Disease-Detector/app.py", line 12, in import numpy as np ModuleNotFoundError: No module named 'numpy'

I am just curious about this app, your help will be extremely useful

Thanks.

P.S: Sorry! I didn't find any other way of contacting you.

— Reply to this email directly, view it on GitHub https://github.com/MK3247/Potato-Leaf-Disease-Detector/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASPGKXA4LL5WU7N2IK7Q3H3U6425BANCNFSM5QGCMKBQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

WMKCharles commented 2 years ago

You'll need to install numpy in your machine.

Run pip install numpy on your terminal.

On Tue, Mar 8, 2022, 14:30 Uzairhussain98 @.***> wrote:

Hi, I am new to the ML world, and this project fascinates me. I cloned the project and installed the required dependencies using the command provided by you then I tried running the app using this command python app.py but it returns an error that says,

Traceback (most recent call last): File "/home/uzair/Desktop/FYP2/Potato-Leaf-Disease-Detector/app.py", line 12, in import numpy as np ModuleNotFoundError: No module named 'numpy'

I am just curious about this app, your help will be extremely useful

Thanks.

P.S: Sorry! I didn't find any other way of contacting you.

— Reply to this email directly, view it on GitHub https://github.com/MK3247/Potato-Leaf-Disease-Detector/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASPGKXA4LL5WU7N2IK7Q3H3U6425BANCNFSM5QGCMKBQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

Uzairhussain98 commented 1 year ago

Hi, Sorry for replying very late. Can you please guide me on how to run this app? I have tried several methods but they didn't work btw I am using Ubuntu