Technical requirements
Before we dive into the specifics of our project, it’s essential to ensure that we have all the necessary tools and libraries in place. Here are the technical requirements you need to set up your development environment:
- Python 3.7 or higher (https://www.python.org/downloads/)
- Pandas (https://pandas.pydata.org/)
- NumPy (https://numpy.org/)
- Sklearn (https://scikit-learn.org/stable/index.html)
- You can download the complete project on GitHub at: https://github.com/PacktPublishing/AI-Strategies-for-Web-Development/blob/main/ch7/Movie_recomendation.ipynb
Now, let’s delve into the first topic of this chapter.