gimseng / 99-ML-Learning-Projects

A list of 99 machine learning projects for anyone interested to learn from coding and building projects
MIT License
574 stars 173 forks source link

[EXE] Movie Recommendation System using IMDB web-scraped dataset #201

Open harshulab opened 8 months ago

harshulab commented 8 months ago

Learning Goals

  1. Web scraping using Beautiful soup
  2. Movie recommendation system using basic machine learning for an input movie

Exercise Statement

  1. For an input movie, recommend similar movies using cosine similarity score on IMDB dataset

Data source/summary:

  1. Data will be scraped from IMDB using Beautiful Soup library and stored before training the model

(Optional) Suggest/Propose Solutions

  1. I have a solution in python
DhruvSanghvi2002 commented 8 months ago

I would love to solve it ,pls assign me this issue

yavuzs commented 8 months ago

Hi, can I take it ?

Adarshh9 commented 8 months ago

I have a solution for this.I would like to solve this issue.