GithubHelp home page GithubHelp logo

popcornu's Introduction

PopcornU

Description

PopcornU was developed by two persons. It is a web browser-based search App, which connects to a cloud database including thousands of records about movies and TV Series. Users are able to search items based on keywords in movie titles. Users are also allowed to filter items based on movie genres, released year, and title types. Both single-selection and multi-selection are supported in PopcornU. Users are allowed to create their own account for saving their searches.

Dataset

Dataset is from Kaggle website: https://www.kaggle.com/ccerberus24/movies/data. It contains movies and TV series watchlist data in the format of csv.

Database

We have stored data in two databases of firebase using json format. Watchlists database is for storing movie metadate and inverted index for searching. Users database is for storing users information and their search history.

Implementation

  1. Front-End

We used HTML5, CSS3 and Javascript language, Bootstrap as framework to develop user interfaces. It has three parts, home page, login page and search page. Each page has a nav-bar to direct user throughout the website. Users can easily interact with the web-app and perform tasks.

  1. Back-End

We used Python Flask as backend framework and RESTful api to transfer data with firebase. We created inverted index for keyword search and three facets search. Keywords is extracted from titles and directors. Facets search contains types, genres and years. When users request data, server will parse keywords and search matched movies based on id number in keywords inverted index. If users add facets constrains, the interaction of facets results and keywords results will be returned.

Running Instructions

It is a local server application. Just set up Python 2.7 environment and run 'python popcornU.py'.

popcornu's People

Contributors

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