GithubHelp home page GithubHelp logo

aj-spec / emotion-based-music-recommendation Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tamargoadam/emotion-based-music-recommendation

0.0 0.0 0.0 4.07 MB

Design, implement and test the effects of a music recommendation system that utilize user emotional data and music preference to recommend songs complimentary to their affect.

Python 62.28% JavaScript 33.74% CSS 3.98%

emotion-based-music-recommendation's Introduction

Emotion-Based Music Recommendation Docs

Getting Started - Clone and Setup

  • Have Python3 and NodeJS installed.
  • Acquire developer access keys to the following APIs: Twitter, Spotify, & IBM-Watson -Clone the repository into a new folder called 'ebmr', then move into the 'ebmr' folder and open the directory in your preferred editor
git clone https://github.com/tamargoadam/emotion-based-music-recommendation ebmr
cd ebmr
code
  • Change the environment variables in 'sample.env' and rename the file to '.env'
  • Install pipenv and then use pipenv to install the requirements for this project.
pip install pipenv
pipenv install
  • Move into the client server directory and then install the front-end dependencies.
cd client
npm install

Running the Server

  • Within a terminal window, navigate to the project's root directory, 'ebmr'.
  • Start the backend Flask server from within pipenv's shell virtual environment.
pipenv shell
python server/api/routes.py
  • Open a new terminal window, and navigate to the project's root directory.
  • Move into the client folder, and then run the front end server in development mode
npm run dev
  • At this point, you will now be able to access the service and create playlists from localhost:8080/

Check your Pipfile

  • Within Pipfile, alter the python version to match yours.
[requires]
python_version = "3.x"

API & Framework Documentations

emotion-based-music-recommendation's People

Contributors

timothyfhinds avatar tamargoadam avatar bauff 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.