An open API service indexing awesome lists of open source software.

https://github.com/dnnsk/music-shaker

Analyzer of your music by your mood, based on deep learning algorithm (perceptron neural network)
https://github.com/dnnsk/music-shaker

javascript lastfm-api music music-shaker neural-networks nodejs perceptron-learning-algorithm

Last synced: 3 months ago
JSON representation

Analyzer of your music by your mood, based on deep learning algorithm (perceptron neural network)

Awesome Lists containing this project

README

        

# music-shaker

## How to start it?

1. Run `$ npm i`
1. Start mongoDB: run `$ mongod`
1. Create `config.json` in `config` directory. See `config.example.json` for example
1. Run `$ npm run bower`
1. Run app with `$ npm run start`