recodehive / Scrape-ML

For new data generation Semi-supervised-sequence-learning-Project we have writtern a python script to fetch📊, data from the 💻, imdb website 🌐 and converted into txt files.
https://scrape-ml.streamlit.app/
MIT License
85 stars 116 forks source link

Fixing File Not Found Error indicating that the file similarity.pkl could not be found #183

Closed Harshitmishra001 closed 3 months ago

Harshitmishra001 commented 3 months ago

Fixing is a File Not Found Error indicating that the file similarity.pkl could not be found

A error can be seen when running Recode-Hive/Scrape-ML/tree/main/Web_app/pages/2_Movie_Recommendation.py

This error is caused due to a missing similarity.pkl file which is used in this code. The only way to fix this issue is by adding the similarity.pkl file that is needed for this code. After adding this file the error can be fixed.

Edit :

While editing file realised path to movies.csv is also missing.

337874454-777e19bc-3885-4b0f-9165-dcf1c5be8cb1

github-actions[bot] commented 3 months ago

Hello @Harshitmishra001! Your issue #183 has been closed. Thank you for your contribution!