This is a demo of Algorithmia's Auto-Tag Github and Recommend GitHub From Tags algorithms. Enter a public git repository, and this tool will use collaborative filtering recommendation algorithms to suggest related repositories.
This demo can be viewed at https://algorithmia.com/demo/github
This demo only contains frontend code and requires no specialized hosting (or even a server).
- download the repository
- edit /JavaScript/github/public/js/main.js to place your own API Key (free signup w/ 5k credits monthly) in the line containing
var apiKey - if you have not already, run the setup steps outlined in /PUBLISH.md
- build the demo:
grunt build:github - open /build/github/index.html in a web browser
Find more information in the Algorithmia Developer Center or the API Docs.