Skip to content

AndrewThien/What-will-I-watch-next-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What to watch next?

This project applies SpaCy - a Python NLP library - to recommend the movie to watch next based on the film desciptions and desciption of Planet Hulk.

Installation

There is a very easy way to run this program on your computer, i.e., Using my online Docker image.

Using Docker image

  • Download and install Docker. You may need to update your Linux as well, when the demand prompted.

  • To confirm if you successfully install Docker, run this command in your CP:

docker run hello-world
  • With the Docker app opened, run this code in your CP:
docker run andrewthien/semantic2
  • When finished, you should see the out come of this program, similar to the picture in usage section.

Note: please read the Usage section for more details

Table of Contents

Usage

The program can be used to analyse and perform similarity checking between a film description (Planet Hulk) and 10 other movies, then point out which movie should be watched next after Planet Hulk.

After running the project, you should see the outcome as below. When the input is the description of Planet Hulk, Spacy recommends Movie C, which has the highest similarity with the input.

screenshot

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Credits

Tri Thien Nguyen

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published