Giter Site home page Giter Site logo

brandonminjares / filmbotapp Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 7.1 MB

Movie recommendation web app using User-Based Collaborative Filtering to recommend movies

Home Page: https://filmbot.io/

HTML 1.47% CSS 6.31% JavaScript 82.54% Python 9.68%
javascript machinele python react

filmbotapp's Introduction

FILMBOT

Welcome to the Filmbot! This is a platform where movie lovers can review movies and get recommendations based on the ratings and preferences of similar users. The website utilizes user-based collaborative filtering to provide personalized recommendations and the Movie Database API to get the latest information on all movies.

Filmbot Dashboard Image Filmbot Movie Page Image

Features

  • User registration and login
  • Movie rating and review system
  • Personalized movie recommendations based on collaborative filtering
  • Watchlist feature to keep track of movies to watch
  • Latest movie information from the Movie Database API

Technologies Used

Filmbot was built using the following technologies:

  • HTML/CSS
  • JavaScript
  • Python
  • PostgreSQL (Database)
  • The Movie Database API

Installation

Clone the repository and expand into an empty folder.

Download and install node.js LTS for your operating system: https://nodejs.org/en/download/.

Download and install Docker for your operating system: https://www.docker.com/products/docker-desktop.

To setup the development environment, navigate to the folder where you extracted the starter code and run the following command: $ npm install

To start the database Docker container, in the backend folder run: $ cd backend $ docker-compose up -d $ cd ..

To start the frontend and backend dev servers, run the following command in a separate terminal: $ npm start

To stop the database, run: $ cd backend $ docker-compose down $ cd ..

You will need to create an account at https://www.themoviedb.org/ to create your own API key in order to access movie information. After doing that you will navigate to your backend folder in the program and open the 'env' file. Copy and paste the API key into a variable called 'TMDB_API_KEY'.

Notes on Recommender System

The recommender algorith is contained in th 'RecommenderWithScheduler.py' file. To use you must have installed Python or Python3. Then open another terminal and run the command:

$ Python3 RecommenderWithScheduler.py

The file will create a server that calls a Recommender script that runs every 15 seconds. It is currently set to recommend movies if the user has rated 2 or more movies, though in a real world application this would be increased to 10-15 movies, which will give the script a better representation of the user's preferences.

filmbotapp's People

Contributors

brandonminjares avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.