A RESTful web application to tackle cold-start problem in recommendation system. The methods uses the tweets of users friends list and performs fltering on some popular movie hash tags. These tweets are further classifed as a good or bad tweet by performing sentiment analysis and are given a score. This score helps in determining the positivity of the given recommendation and proves to be useful in tackling the cold start problem effciently.
- Clone the repository using command git clone https://github.com/adi6b/TweetFlix.git
- Run the project on your local machine using any IDE