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)
- Host: GitHub
- URL: https://github.com/dnnsk/music-shaker
- Owner: dnnsk
- License: mit
- Created: 2016-09-15T17:50:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-02T16:51:16.000Z (over 8 years ago)
- Last Synced: 2025-02-05T08:53:11.550Z (5 months ago)
- Topics: javascript, lastfm-api, music, music-shaker, neural-networks, nodejs, perceptron-learning-algorithm
- Language: JavaScript
- Homepage:
- Size: 85 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`