Moviehype

A Python based movie recommender hosted using Flask
Alternatives To Moviehype
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Dash18,3398044133 days ago154June 13, 2022727mitPython
Data Apps & Dashboards for Python. No JavaScript Required.
Awesome Learning Resources4,844
2 days ago4mit
🔥 Awesome list of resources on Web Development.
Machine Learning With Python2,498
6 months ago2bsd-2-clauseJupyter Notebook
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
Arxiv Sanity Lite707
2 months ago10mitPython
arxiv-sanity lite: tag arxiv papers of interest get recommendations of similar papers in a nice UI using SVMs over tfidf feature vectors based on paper abstracts.
Machine_learning_and_deep_learning391
8 days agogpl-3.0Jupyter Notebook
Issue Label Bot313
a year ago2mitSCSS
Code For The Issue Label Bot, an App that automatically labels issues using machine learning, available on the GitHub Marketplace. This is also code for the blog article: "How to automate tasks on GitHub with machine learning for fun and profit"
Kubernetes Mlops284
4 months ago4mitPython
MLOps tutorial using Python, Docker and Kubernetes.
Openuba264
4 months ago23gpl-3.0Python
A robust, and flexible open source User & Entity Behavior Analytics (UEBA) framework used for Security Analytics. Developed with luv by Data Scientists & Security Analysts from the Cyber Security Industry. [PRE-ALPHA]
Sentimentanalysis260
a year ago2mitPython
Sentiment analysis neural network trained by fine-tuning BERT, ALBERT, or DistilBERT on the Stanford Sentiment Treebank.
Machine Learning234
2 years ago78otherJavaScript
Web-interface + rest API for classification and regression (https://jeff1evesque.github.io/machine-learning.docs)
Alternatives To Moviehype
Select To Compare


Alternative Project Comparisons
Readme

MovieHype

A Python based movie recommender hosted using Flask

Overview

This movie recommender is made using Python3 and pandas, a powerful open source data analysis and manipulation tool and hosted on local server using Flask, a python web framework. It uses a vast dataset of movies and their user reviews, to derive correlation between a user's rating of various movies. Generalising this correlation for all movies and users, it provides you with accurate and relevant recommendations, based on the movie entered.

img

Dataset

The dataset used consists of 100,000 ratings applied to 9,000 movies and is avaiable on the Group Lens Website.This application uses the Small dataset available on the webiste.

You can access the dataset here

How to Use

  1. Clone this repository onto your system. On Command Prompt, run the following command:
git clone https://github.com/Karan-Malik/MovieHype.git
  1. Change your directory to MovieHype:
cd MovieHype
  1. Then run the follwing commands to run the application:
set FLASK_APP=movie.py
flask run
  1. Enter the url provided after running the previous commands into your web browser

The movie recommender is now ready for use!

Enter the name of a movie and receive recommendations of similar movies. Click on the movie recommended to check out its reviews and ratings.

Never run out of movies!!

To install flask follow this link
If application does not work after completing the previous steps, run it in a virtual environment
Copyright (c) 2020 Karan Malik
Popular Flask Projects
Popular Machine Learning Projects
Popular Frameworks Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Python3
Html
Css3
Machine Learning
Dataset
Flask
Rating
Pandas
Numpy
Flask Application