Try out the application at Heroku: https://movie-reviews-687da07d5dc8.herokuapp.com/
- Searches for
Rotten Tomatoes ${query}
on google and retrieves the URL of the top result. - Scrapes the Rotten Tomatoes website for the top critic reviews using Selenium.
- Uses Hugging Face Inference API to generate the summary and perform the sentiment analysis of the movie reviews.
Model: https://huggingface.co/abhiramd22/t5-base-finetuned-to-summarize-movie-reviews
This is based on t5-base
model, fine-tuned using a custom-built movie reviews dataset.
Model: https://huggingface.co/abhiramd22/finetuning-sentiment-model-mpnet-imdb
This is based on all-mpnet-base-v2
model, fine-tuned using the IMDB movie reviews dataset.
The Jupyter Notebooks used to train & fine-tune the classification and summarization models used in the web application can be found at /Jupyter_Notebooks
The Input and Intermediate data used in these notebooks can be found at https://github.com/Abhiram-DLVSS/Movie-Reviews-Analysis-Data