Giter Club home page Giter Club logo

recommendwebapp's Introduction

RecommendWebApp

Project Title - MINDFRAME: Music and Movie Recommendations to uplift the current mood using Deep Learning. Published Paper in the IEEE Conference

โš ๏ธ [IMPORTANT] - In order for this project to run, you need to run this Server, which will help this Project's Server to communicate for processing the input images.

To Run:

python manage.py makemigrations
python manage.py migrate
python manage.py runserver

Files Summary:

  • mrecommend: Main Application Directory
    • static/mrecommend: contains all the static content
      • styles.css: script that sets all the style properties of the website.
    • templates/mrecommend: Contains all the application template files
      • layout.html: Base template which is extended by all the other templates, it contains, the header and the footer section.
      • index.html: This template first assists the user in finding the emotion, then, gives options for the user to select music or movies.
      • music.html: This template displays the filtered music from the dataset along with playable content.
      • movies.html: This template displays the filtered movies from the dataset along with links for the content.
      • login.html: This template displays a form to take input from the users to verify and log them into the website by checking the credentials in the database.
      • register.html: This template displays a form to take input from the user to register him/her into the database.
    • models.py: We are adding an abstract user model here.
    • urls.py: Contains all the application URLs.
    • views.py: Contains all the functions which run the application.
  • RecommendWebApp: Main Project Directory.
    • settings.py: Contains all the registered applications and settings of the web application.
    • urls.py: Contains the URLs which link to the Main Application.

recommendwebapp's People

Contributors

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