diff --git a/README.md b/README.md index 33de8fd30..86a35a3e7 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,9 @@ - [Brief Overview of Project](#project-description) - [Improvements Made in the Project](#project-2-delta) - [TechStack Used for the Development of Project](#tech-stack-used) -- [Core Applications of the Project](#core-applications-of-the-project) +- [Core Applications of the Project](#core-applications-of-the-project)
+ - [Recommendation Mechanism](#movie-recommendation-mechanism)
+ - [Email Notifier](#email-notifier) - [Steps for Execution](#getting-started) - [Future Scope](#future-scope) - [Team Members](#contributors) @@ -88,6 +90,18 @@ Checkout the significant changes that we made for Project 2 [here](https://githu Finally, start enjoying personalized movie recommendations! ## Core Applications of the Project + +### Movie Recommendation Mechanism +**The user selects upto 5 movies to get a tailored watchlist and provide feedback for the same** + + +### Email Notifier +**The user sends his/her movies feedback via an email (Notify Me button)** +
+ Email Notifier + Email +
+ ## Contact In case of any issues, please e-mail your queries to popcornpicks504@gmail.com or raise an issue on this repository. diff --git a/asset/demo_final.gif b/asset/demo_final.gif new file mode 100644 index 000000000..2080fd913 Binary files /dev/null and b/asset/demo_final.gif differ diff --git a/asset/email.png b/asset/email.png new file mode 100644 index 000000000..ee1fdebf9 Binary files /dev/null and b/asset/email.png differ diff --git a/asset/email_notifier.gif b/asset/email_notifier.gif new file mode 100644 index 000000000..be27884f7 Binary files /dev/null and b/asset/email_notifier.gif differ diff --git a/asset/recommend_mechanism.gif b/asset/recommend_mechanism.gif new file mode 100644 index 000000000..5fc9c8826 Binary files /dev/null and b/asset/recommend_mechanism.gif differ