Menu

Tech Stack Used

Tech Stack Used

This project uses the following technologies and tools:

  • Python: Core programming language used for data processing and model development.
  • Google Colab: Platform used to run the notebooks and execute code.
  • Pandas: Used for loading, cleaning, and manipulating movie and rating data.
  • NumPy: Used for numerical operations and calculations.
  • Matplotlib: Used for visualizing data distributions.
  • Scikit-learn: Provides machine learning utilities such as TF-IDF and KNN.
  • TF-IDF Vectorizer: Converts movie genres into numerical feature vectors.
  • K-Nearest Neighbors (KNN): Identifies similar movies based on genre similarity.