I have developed an ML model to predict Phishing Websites, so the model is working fine Locally and through Postman, but the issue is occurring when I'm deploying the model in Heroku. The deployment is getting completed successfully, but while doing the prediction I'm getting this error:
No such file or directory: '/users/hp/onedrive/desktop/ineuron/phising_website_prediction/brediction_batch_files'
Can anyone help me understand what the issue is? Code is available on the below github repo
Github: https://github.com/Joydeep3888/Phising_Website_Prediction