Custom Dataset From User Input

Is there any way to train a new dataset (not pretrained dataset) after users add their images while running the apps

Hi @hanim_sofia, Once you have trained a model using the data set available. Use this model as a base model. Every time you get new data, you can use transfer learning to re-train this model. please refer to this keras documentation for transfer learning implementation. Thank You.