Hi, I followed your tutorial and ran your notebook as it is, but I'm encountering an issue during training. In some epochs, the accuracy and loss reset to 0 (e.g., accuracy: 0.0000e+00, loss: 0.0000e+00). Here’s part of the logs: Epoch 2/15 1358/1358 ━━━━━━━━━━━━━━━━━━━━ 1s 371us/step - accuracy: 0.0000e+00 - loss: 0.0000e+00 - val_accuracy: 0.0000e+00 - val_loss: 5.0902 Epoch 3/15 1358/1358 ━━━━━━━━━━━━━━━━━━━━ 97s 71ms/step - accuracy: 0.5833 - loss: 1.5428 - val_accuracy: 0.6582 - val_loss: 1.2180 I haven’t made any changes to your notebook. Could this be caused by the data generator, model setup, or something else? How would you suggest debugging this? Thank you!
nice video sir just put some efforts on thumbnail design so that your channel can grow fastly i have seen many tutorial which doesnt have that much good project but they have more view than your video
Sir it's easy for me to do coding of whole project but I can't understand streamlit coding.is we need to do streamlit course in order to build our project in web form?
Sir , I am unable to view the image file apple_black_rot in the files that are uploaded, the error I am getting is "file not found" . Please help me sir
Sir can you suggest me one supervised machine learning project that I can start and while creating it i learn about ml just tell me the project name and some basic details pleeeeeaaaassss 🙏🙏
Hey sir, I have a question for you. Can I use the same method of code you have used to use image detection for a different task, other than plant disease detection? Actually I am a final year CS Student, and I am working on my final year project, and would love your advice on it. Also would love if I can discuss my project with you, thank you!
It show Error when installing the specified packages in requirement.txt Error resolves when you remove the specified version of the package and install the package compatible to the python version..
Docker is the standard way. It's much better when u want to deploy it on cloud service like AWS. Also the main reason is not to have any dependency issue when we are running it on a different platform/machine
Bro can help me I have done a tkinter project on face mask detection with age and gender prediction, on colab I have set runt time to GPU and t4 GPU but it's not opening so can you suggeste any other way to run that ?
I got the error in requirements.txt bro so couldn't download the tensorflow version how to deploy streamlit in this video last 10 mins could you put separate video for this pls
@@Siddhardhan sir what does augmenting mean sir , please help me sir im making this my major project for college and i donot know how to get more images the teacher is asking for more test images
FileNotFoundError: [Errno 2] No such file or directory: 'plantvillage dataset/colour' bro i am getting this error for train_generator = data_gen.flow_from_directory please someone help
With sincerity, you are just the best please. Still consuming your 60hrs machine learning course, it's the best I have seen
Sir please do continue the series sir don't stop the series
Searched a lot for it, found it on last date of submission of project. Thanks a lot it really helped me so much.
Is it working?
Hi, I followed your tutorial and ran your notebook as it is, but I'm encountering an issue during training. In some epochs, the accuracy and loss reset to 0 (e.g., accuracy: 0.0000e+00, loss: 0.0000e+00). Here’s part of the logs:
Epoch 2/15
1358/1358 ━━━━━━━━━━━━━━━━━━━━ 1s 371us/step - accuracy: 0.0000e+00 - loss: 0.0000e+00 - val_accuracy: 0.0000e+00 - val_loss: 5.0902
Epoch 3/15
1358/1358 ━━━━━━━━━━━━━━━━━━━━ 97s 71ms/step - accuracy: 0.5833 - loss: 1.5428 - val_accuracy: 0.6582 - val_loss: 1.2180
I haven’t made any changes to your notebook. Could this be caused by the data generator, model setup, or something else? How would you suggest debugging this? Thank you!
same here
Superb effort and thank you for the great topic
Good job, ur videos are very interesting and informative...Thank you!
Please continue upload new project.Awesome
I couldn't find the API command option or any button
go to his github code to copy the API command. That's what I did
I am using python version 3.12.1. It is said that tensorflow does not work in this version.what should I do
You install the python version that is compatible with tensorflow
Use python version 3.10
Use 64bit python
Can you make video on CNN using aptos diabetic retinopathy dataset ?
nice video sir just put some efforts on thumbnail design so that your channel can grow fastly i have seen many tutorial which doesnt have that much good project but they have more view than your video
Sir it's easy for me to do coding of whole project but I can't understand streamlit coding.is we need to do streamlit course in order to build our project in web form?
bro i am getting this error
for train_generator = data_gen.flow_from_directory
Sir, can you make a video on image captioning using CNN and LSTM?
Sir , I am unable to view the image file apple_black_rot in the files that are uploaded, the error I am getting is "file not found" . Please help me sir
if you can't upload the model on github, how can you deploy your project?
Please make a project video on regression type model using Artificial Neural Network.
I am new to ai ml project side( theory i know ) what is prerequiste to this project?
what preprocessing techniques are used in the model training?
In Windows, I can not run the URL of the docker image streamlit. but I'm getting the URL but it is not working,
Hi! Type localhost. That will work in windows. I mentioned it in the video
Sir can you suggest me one supervised machine learning project that I can start and while creating it i learn about ml just tell me the project name and some basic details pleeeeeaaaassss 🙏🙏
sir how u upload your model file in 800bytes?Please tell me sir
While I'm uploading the image it shows error of of request failed status code 403
Hey sir, I have a question for you. Can I use the same method of code you have used to use image detection for a different task, other than plant disease detection? Actually I am a final year CS Student, and I am working on my final year project, and would love your advice on it. Also would love if I can discuss my project with you, thank you!
Is it running for the unseen data ??
im getting an error in zipfile what to do
Sir I'm getting error in implementing sudo command in windows
bro the streamlit is not working ... i want to submit this project on friday...pls help me
It show Error when installing the specified packages in requirement.txt
Error resolves when you remove the specified version of the package and install the package compatible to the python version..
Hi! Try changing the tensorflow version and check..
thank you sir 🔥🔥🔥
Bro training the model code taking me a lot pf time for me. Around 4-5 hours. What can i do now?
Sir my DL model is not working properly it is classifying apple as strawberry and potatoes as corn 🥲🥲 Please help...
Classify is not working sir...how can i slove this error..
I am facing issue with the tensorflow module error getting module is not found
Hi! Was it installed properly? Can you check it with pip list?
I have a doubt , i uploaded who's kaggle.json file mine or yours
Hi, how can I deploy this single thing or any single thing as a public url.
In pycharm , under the trained_model, the plant_disease_model.h5 is not present…how to fix this
hey have you rectified thar error
Can we get project documenattion for the same?
Thanks a lot !
Bro training the model code taking me a lot pf time for me. Around 4-5 hours. What can i do now?
when the app was working why do we need to deploy docker
Docker is the standard way. It's much better when u want to deploy it on cloud service like AWS. Also the main reason is not to have any dependency issue when we are running it on a different platform/machine
How to create our own data set for this project
What is the accuracy of this project
Which python version are u using im facing problem installing the libraries
3.10.12
Bro training the model code taking me a lot pf time for me. Around 4-5 hours. What can i do now?
collab file link ?
Sir, the code you have given is showing wrong prediction for the google images , can you please suggest a way to get proper results.
bro what are the steps to implement this code source and dataset to my machine?
"Can you ask me how to open the files I created in the cloud in PyCharm?"
where do i get kaggle.json file
can i make this project for my final year?
Bro can help me I have done a tkinter project on face mask detection with age and gender prediction, on colab I have set runt time to GPU and t4 GPU but it's not opening so can you suggeste any other way to run that ?
T4 gpu sesion time is ended. Try next day it work
If i dont used docker then project is ok , isn't it? means the web site will come or not mens docker is not mandatory na
It's ok if you don't docker
Sir which version of python is used for making web application
I think I am on 3.10. but need to check.
Hi sir I am getting error called importerror dll error while import pywarp tf2
Please help to resolve this problem
Better to also provide timestamps in long videos .
I got the error in requirements.txt bro so couldn't download the tensorflow version how to deploy streamlit in this video last 10 mins could you put separate video for this pls
Same doubt
Did you find the error. I am using python version 3.12.1 in that version tensorflow is not supported
link for dataset
im getting an import error in zipfile
unzip the file and paste it in pycharm project folder
the running time of epoch took more than 7 hours..what can I do?
Hi! Did you choose GPU for your runtime?
sir after choosing GPU it show me the error while running the dataset
Sir how to create the virtual environment for this project
Please reply
Alternative way would be asking chatgpt or blackbox to resolve it
Error loading the model: file signature not found
While running streamlit app
Please help sir
Sir plz provide course code humble request
Apkey pass complete run ho Gia ha
Sir can I take your code to build my final year project?
Yes
@@Siddhardhan Thank you sir 😊💓
Can this project be made without using CNN?? Anyone who knows kindly reply.
Yes
I want more test images what should i do?
You can try augmenting the images
@@Siddhardhan sir what does augmenting mean sir , please help me sir im making this my major project for college and i donot know how to get more images the teacher is asking for more test images
Sir how you added model .h5 in pycham
Hi! You just have to download it from colab and copy paste to the specified directory
@@Siddhardhan thank you 🥰
have u got that model.h5 file if yes please tell me
FileNotFoundError: [Errno 2] No such file or directory: 'plantvillage dataset/colour'
bro i am getting this error
for train_generator = data_gen.flow_from_directory
please someone help
I think it should be 'plantvillage dataset/color'
😏 *promosm*
# Read the image
img = mpimg.imread(image_path)
this line is showing following error
NameError: name 'mpimg' is not defined
please provide solution