GithubHelp home page GithubHelp logo

cinematic's Introduction

Cinematic

A movie-recommendation website built using python django framework.

Prerequisites

  1. Git
  2. Python (version 3 or above)

Setup

$ git clone https://github.com/Vaishnavi23022003/Cinematic.git
$ cd Cinematic

Create a virtual environment to install dependencies in:

$ python -mvenv env

if above command does not work due to difference in python versions try:

$ pip install virtaulenv
$ virtualenv env

Activate the virtual environment

$ env/scripts/activate

if above command does not work due to difference in python versions try:

$ source env/bin/activate

if it still doesn't work then find the activate file in env folder and use it's path

Then install the dependencies:

(env)$ pip install -r requirements.txt

if above command does not work due to difference in python versions try:
use py -m pip install in place of pip install

Note the (env) in front of the prompt.
This indicates that this terminal session operates in a virtual environment set up.

Once pip has finished downloading the dependencies:

(env)$ pip install django
(env)$ django-admin startproject temp

A temp folder will be created -> we only need this for django SECRET_KEY.
Go to temp/temp/settings.py and copy the value of SECRET_KEY.
Now got to ../../Cinematic/settings.py and replace the value of SECRET_KEY with the copied one.
Also change <db_user_name> with the name of postgresql database and <db_password> with password of postgresql database.

Now:

(env)$ python manage.py runserver

And navigate to http://127.0.0.1:8000


Features

  1. Recommendation : When a user logins to the website, the following happens:
  1. Search : In the home page the user can search movies and movies with similar names will appear.

  2. Movie : When user clicks on a movie it loads the page for that movie which contains details ragarding that movie.

  3. Similar Movies : The movie page also contains movies similar to the selected movie based on genre using content based filtering

  4. Trailer : When user clicks on the trailer button the app plays the trailer of that movie.

  5. Watch Again : A lot of times users like to watch movies again. So the app also has a Watch Again section
    where the movies are displayed in a sorted order on the basis of the rating given by the user in reverse order.


Screenshots of website

The authentication page.
p

The home page -> contains reccomendations
p

The Movie page
p

On pressing the trailer button, the trailer of the movie is played
p

Similar Movies Section
p

Watch Again Section
p


Initial Database

To see how worked I on the initial dataset visit this Link.

cinematic's People

Contributors

vaishnavi23022003 avatar

Stargazers

Bharath Guntreddi 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.