GithubHelp home page GithubHelp logo

spotifai's Introduction

SpotifAI

Handy dandy neural network that generates playlists from a given input library.

Requirements

Keras==2.3.1
Keras-Applications==1.0.8
Keras-Preprocessing==1.1.0
numpy==1.17.0
spotipy==2.4.4
h5py==2.10.0

Run pip3 install -r requirements.txt to install all used libraries.

Instructions

Create a new file, src/.env, that will contain two keys (in JSON format):

{
  "CLIENT_ID": "<your_spotify_api_id_here>",
  "CLIENT_SECRET": "<your_spotify_api_secret_here>"
}

Usage

There are two modes you can run neural_network.py in:

  • Using a pre-trained model
  • Training a new model

To use a pre-trained model, run python3 neural_network.py -p. This option requires the existence of two files: model.json and model.h5.

To train a new model (and generate the above required files), run python3 neural_network -n. This will train the model and create model.json and model.h5 which can later be used as pre-trained models.

Connect With Us

LinkedIn:

  • @RyanElliott-10
  • @Sean-Nesbit

spotifai's People

Contributors

cschnelz avatar ryanelliott10 avatar sfnesbit avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

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