Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.16 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.16 KB

Ted-Talk-Recommendation-System

Welcome to the Ted-Talk-Recommendation-System! This project utilizes NLP techniques and cosine similarity to recommend Ted Talks based on user preferences.

Project Overview

  • The recommendation system employs TF-IDF (Term Frequency-Inverse Document Frequency) technique for converting text to vectors.
  • Cosine similarity is used to measure the similarity between vectors and recommend relevant Ted Talks.

Deployment

  • Flask has been chosen for the deployment of this recommendation system.
  • Make sure you have Flask and nltk libraries installed to run this project.

Setup Instructions

  1. Clone the project repository.
  2. Extract the project files.
  3. Locate the cs.zip file within the extracted files. This archive contains the necessary .pkl file used in deployment.
  4. Extract the contents of cs.zip.
  5. Ensure that the extracted cs.pkl file is in the same folder as the project.

Running the Project

  • Execute the necessary commands to run the project, and you're ready to explore and enjoy personalized Ted Talk recommendations!

Feel free to reach out if you have any questions or encounter issues. Happy recommending!