Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j-w-yun/song-recommender
https://jaewan-yun.com/project/song_recommender
https://github.com/j-w-yun/song-recommender
Last synced: about 7 hours ago
JSON representation
https://jaewan-yun.com/project/song_recommender
- Host: GitHub
- URL: https://github.com/j-w-yun/song-recommender
- Owner: j-w-yun
- License: mit
- Created: 2021-02-15T15:45:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-15T16:03:30.000Z (almost 4 years ago)
- Last Synced: 2024-03-01T05:07:40.981Z (9 months ago)
- Language: JavaScript
- Size: 32.1 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discover Songs Visually
![alt tag](https://github.com/Jaewan-Yun/song-recommender/blob/main/res/movie.gif)
![alt tag](https://github.com/Jaewan-Yun/song-recommender/blob/main/res/image.png)
**[Link to demo](https://jaewan-yun.com/project/song_recommender)**.
---
To set up, run the following commands:
```
https://github.com/Jaewan-Yun/song-recommender
cd song-recommender
npm install
```To start the webserver, run the following commands:
```
cd song-recommender
node bin/www
```