Inspiration
I was inspired to create a movie recommendation app to mimic the feature from Netflix.
What it does
It takes in a list of movies the user enjoys and the code generates movies with the similar genre, actors, and language for the user to watch next.
How I built it
I built the app through VSC and a help of some video tutorials. It utilized the pandas module and sklearn.
Challenges I ran into
It was very difficult to code this project as there were a lot of debugging and connecting the data file to the code.
Accomplishments that I'm proud of
I'm amazed that this project was successful to provide a recommended list of movies; the hard work paid off.
What I learned
I learned how to utilize the pandas & sklearn modules to implement and read external files.