I encountered an issue while trying to run the project. The script movie_recommendation_v2.py imports the networkx library, but this dependency is not listed in the requirements.txt file. As a result, the script fails to run unless networkx is manually installed. I suggest adding networkx to the requirements.txt file to ensure that all necessary dependencies are installed when setting up the project.
I encountered an issue while trying to run the project. The script movie_recommendation_v2.py imports the networkx library, but this dependency is not listed in the requirements.txt file. As a result, the script fails to run unless networkx is manually installed. I suggest adding networkx to the requirements.txt file to ensure that all necessary dependencies are installed when setting up the project.