From 6d7786eb3fdec8551777a995560bcee55b35dc7f Mon Sep 17 00:00:00 2001 From: Prathyusha Kodali <33190791+prathyu99@users.noreply.github.com> Date: Mon, 27 Nov 2023 23:11:52 -0500 Subject: [PATCH] Update README.md added code style badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 77bb175..5fb778f 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ [![Top Language](https://img.shields.io/github/languages/top/SurajRKU/SE_PROJECT_GRP_12)](https://GitHub.com/SurajRKU/SE_PROJECT_GRP_12/) ![Release](https://img.shields.io/github/v/release/SurajRKU/SE_PROJECT_GRP_12) ![Build](https://img.shields.io/badge/build-passing-green) +[![PEP8](https://img.shields.io/badge/code%20style-pep8-orange.svg)](https://www.python.org/dev/peps/pep-0008/) This Movie Recommender System is like having a movie buddy who knows your taste super well. It looks at movie info from TMDB and even checks out what people say on IMDB. Then, it uses something called cosine similarity along with the sentiment analysis to match you with movies you'll love.