Skip to content

tars919/Movie4Emotion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Overview: Sentiment Analysis for Movie Classification

The project aims to analyze and classify movies based on their emotional impact on viewers. By scraping movie data from IMDb, we can recommend movies to users based on their emotional preferences.

Took the original implementation a step forward by turning the GUI interface into a swift program to deploy to IOS devices.

Install: pip install beautifulsoup4 pip install lxml

Web Scraping: Web scraping involves automated extraction of data from websites, enabling us to retrieve movie titles and related information from IMDb. This data can then be stored in formats like CSV or JSON for analysis.

Implementation steps:

  1. Used a python script (movieRec.py) to implement the ideas of the code into a command line working GUI

  2. Next designed the user interference using contentview

  3. To perform HTTP request and parse the HTML add all the needed dependencies

    • add the swift soup dependency
    • fill in the content view and swift file
  4. make a more user friendly UI by adding prompting

  5. improve the capabilities of the IOS application

About

Enter the emotion you want to stream and movies will be recommended for you.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published