The car price prediction model has been trained and pickled. ModuleNotFoundError: pops up, seems like cannot open pickled model
Steps to reproduce
Code snippet:
loaded_model=pickle.load(open(document,'rb'))
Please complete the form to select the car and details at my carpriceprediction and press the button to predict price.
Expected behavior:
Normally, in my computer I got a predicted price of the used car in my country
Actual behavior:
However, the app deployed in streamlit cloud cannot load the trained model to predict the price.
Debug info
Streamlit version: (get it with $ streamlit version)
Python version: (get it with $ python --version)
Using Conda? PipEnv? PyEnv? Pex?
OS version:
Browser version:
Requirements file
Using Conda? PipEnv? PyEnv? Pex? Share the contents of your requirements file here.
Not sure what a requirements file is? Check out this doc and add a requirements file to your app.