How do I implement Continual Learning and External ML Models?

For my application, I need to continuously update my training data to make sure my ML models recognize specific items. When a new object is seen, the application must add the new images to the training dataset, and the model must retrain automatically or periodically? However with the MIT image classifier, I was unable to do this. Is it also possible to use external models in the App Inventor?