Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hjr265/toptal-recommengine
Prototype recommendation engine built to accompany an article on Toptal Blog
https://github.com/hjr265/toptal-recommengine
demo recommendation-system
Last synced: 18 days ago
JSON representation
Prototype recommendation engine built to accompany an article on Toptal Blog
- Host: GitHub
- URL: https://github.com/hjr265/toptal-recommengine
- Owner: hjr265
- Created: 2015-02-04T11:38:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-04T11:47:37.000Z (almost 10 years ago)
- Last Synced: 2024-10-14T14:49:21.347Z (about 1 month ago)
- Topics: demo, recommendation-system
- Language: CoffeeScript
- Homepage: http://bit.ly/16zDR3o
- Size: 90.8 KB
- Stars: 116
- Watchers: 11
- Forks: 57
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Toptal-Recommengine
Toptal-Recommengine is a prototype recommendation engine built to accompany an article on Toptal Blog.
## Usage
To use this, you need to have the latest version of Node.js and NPM installed.
```
git clone https://github.com/hjr265/toptal-recommengine.git
cd toptal-recommengine
npm install
npm start
```