Welcome to this project-based course on how to save, load, and export models with Keras. In this 1 hour long project, you will learn to save, load, and restore models with Keras. In Keras, we can save just the model weights, or we can save weights along with the entire model architecture. We can also export the models to TensorFlow's Saved Mode format which is very useful when serving a model in production, and we can load models from the Saved Model format back in Keras as well.