Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 345 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 345 Bytes

datascience

Built a movie search and recommendation engine

  1. Cleaned up the movie titles by removing excess characters, and deleting NULL rows.
  2. Transformed movie titles into vectors and applied cosine similarity to display accurate search results.
  3. Recommended movies to based on highly rated movies that others have liked in the genre.