Unable to load my saved model using tensorflow keras

Hi @snehankekre, thank you so much for your support. I get the point that I have to load the model as you suggested and also in a proper format. I have done that. I have got directory structure as shown below:

  • ’assets’
  • 'variables’
    • variables.data-00000-of-00001
    • variables.index
  • keras_metadata.pb
  • saved_model.pb
    However, I see that variables directory has too much of data (nearly 145 MB) which makes it nearly difficult to save in my Github repo. Github allows only files of size 25 MB if I am not wrong. So, how can I use this model to deploy using Streamlit app. Kindly help me out.

Thank you.