Hallo, I have try your code and have a question: For example a have 3 grade for apple: Grade 1 for Fresh Apple Grade 2 for Mix Apple (have a fresh and rotten) Grade 3 for Rotten apple When I send photo of mix apple, because there are a fresh apple it count as grade 1. How can I fix this?
good day sir! i am new to this and is curious if it is possible to train the model in a dfferent way but use the same code for android studio? thank you
hey, because the model is pre trained you cannot directly change the input dimension. you have to make the model from scratch or upsample your dataset to the given dimensions
HY sir!
Sir detection is not working properly it gives a high confidence value for every image no matter what type of image it is
Hello sir can i add login page on same project
Bonjour donner le line de code et dataset
Thanks a lot 🙏
Sir Kotlin used karke app banaya hae kya apne ?
Sir how can we collect more data to feed the algorythm?
Bro, android ki new updates k sath run ni ho rha app sai sa kch idea ya guidelines dydo... thanks in advance
From where did u get the dataset?
good day sir, where can i get the dataset?
The whole android app code it wrong im getting error everywhere
IS SHOW GRADLE error need to update how i can i do this
the android part isnt clear , how to open the android app in android studio
Hi, why I can't access the code link
not able to deploy app
Pls make the another video for Android app programming... Not getting that part
I am not able to convert it into apk Format
Hallo, I have try your code and have a question:
For example a have 3 grade for apple:
Grade 1 for Fresh Apple
Grade 2 for Mix Apple (have a fresh and rotten)
Grade 3 for Rotten apple
When I send photo of mix apple, because there are a fresh apple it count as grade 1. How can I fix this?
good day sir! i am new to this and is curious if it is possible to train the model in a dfferent way but use the same code for android studio? thank you
permission to learn sir
Bro I need code pls send me
I have mentioned in a video..and given link for code
Good day sir, I am trying to set 28*28 pixels as an input but unfortunately it gives me an error.
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
Cell In [11], line 2
1 print("Building model with", MODULE_HANDLE)
----> 2 model = tf.keras.Sequential([
3 feature_extractor,
4 tf.keras.layers.Flatten(),
5 tf.keras.layers.Dense(512, activation='relu'),
6 tf.keras.layers.Dropout(rate=0.2),
7 tf.keras.layers.Dense(train_generator.num_classes, activation='softmax',
8 kernel_regularizer=tf.keras.regularizers.l2(0.0001))
9 ])
10 #model.build((None,)+IMAGE_SIZE+(3,))
12 model.summary()
File ~\AppData\Roaming\Python\Python310\site-packages\tensorflow\python\trackable\base.py:595, in no_automatic_dependency_tracking.._method_wrapper(self, *args, **kwargs)
593 self._self_setattr_tracking = False # pylint: disable=protected-access
594 try:
--> 595 result = method(self, *args, **kwargs)
596 finally:
597 self._self_setattr_tracking = previous_value # pylint: disable=protected-access
File c:\Users\Alkaejah\AppData\Local\Programs\Python\Python310\lib\site-packages\keras\utils\traceback_utils.py:67, in filter_traceback..error_handler(*args, **kwargs)
65 except Exception as e: # pylint: disable=broad-except
66 filtered_tb = _process_traceback_frames(e.__traceback__)
...
Call arguments received by layer "keras_layer" (type KerasLayer):
• inputs=tf.Tensor(shape=(None, 28, 28, 1), dtype=float32)
• training=None
please help sir, thank you in advance.
hey, because the model is pre trained you cannot directly change the input dimension. you have to make the model from scratch or upsample your dataset to the given dimensions
@@ArtificialIntelligenceHub Understood sir, can i have your email address sir or linkedn if you mind, thank you sir