Hi , i have create dan ml model it is running perfectly on my local computer using local host but when i try to deploy it is always showing me file not found error how can i solve this error pls help me this is really urgent for my project due to exam
the code for the file is
Load the model
loaded_model = pickle.load(open(r"C:\Users\Admin\Desktop\ML MODEL\Vibration_Model.sav", ‘rb’))
Load the scaler
scaler = pickle.load(open(r"C:\Users\Admin\Desktop\ML MODEL\scaler.sav", ‘rb’))
pls guys help me out