Giter VIP home page Giter VIP logo

c964-movie-recommender's Introduction

Quick-Start Guide

Interactive Data Visualizations on Google Colab:

To produce the Data Visualizations, navigate to:

https://colab.research.google.com/github/kylegrantlucas/c964-movie-recommender/blob/main/visualizations/Visualizations.ipynb

You can then hit ‘run all,’ producing the expected visualizations.

Using the Online Recommender System:

To use the hosted online recommender system, navigate to:

https://nimble-cascaron-a10677.netlify.app/

There, you will see the web app frontend, where you can enter movies and interact with the application. I’d recommend some classics such as “Titanic,” “Armageddon,” “Jurassic Park” or “Anchorman.”

Running on a Local Environment:

Running on a local environment requires the use of Docker (https://docs.docker.com/engine/install/)

  • Install Docker following the above guide.

  • Build the docker container.

  • Open a terminal.

    • Navigate to the root directory of the c964-movie-recommender project.
    • Run the build command.

    You can build the container by running the following command in your terminal:

    docker build -t c964-movie-recommender .

  • Run the Docker container.

    You can then run the container by running the following in your terminal:

    docker run -p 3000:3000 -p 5002:5002 -d c964-movie-recommender

  • Navigate to the local application.

Go to http://localhost:3000 in a web browser to see the front end of the Movie Recommender application.

c964-movie-recommender's People

Contributors

kylegrantlucas 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.