unison-recsys
The recommender system behind GroupStreamer.
File Explorer
- constants.py
- group_views.py
- helpers.py
- libentry_views.py
- unison.py
- user_views.py
- README.md
- unison.wsgi
- README
- compute.sh
- db.py
- featurize.py
- fetcher.py
- fitness.py
- parser.py
- sampler.py
- visualize.py
- discover.py
- retrieve.py
- trackdata.py
- liblfm.py
- setup.py
- __init__.py
- _storm_ext.py
- geometry.py
- mail.py
- models.py
- password.py
- predict.py
- utils.py
- setup.py
- gendb.py
- genmat.py
- Makefile
- README.md
- cleanup.py
- update_models.py
- update_tracks.py
- userlib.py
- api.py
- classifier.py
- converter.py
- features.py
- graph.py
- retrieve.py
- sample.py
- similarity.py
- simmat.py
- tinfo.py
- fetcher.py
- fetcher.sh
- send.py
- supervise.sh
- .gitignore
- bootstrap-responsive.min.css
- bootstrap.min.css
- default.css
- tagview.css
- epfl.png
- jazzrock3d.png
- lca4.png
- loader.gif
- logo.png
- logo_big.png
- poster.png
- jquery-1.7.2.min.js
- tagview.js
- about.html
- base.html
- home.html
- news.html
- signup.html
- success.html
- tagview.html
- technology.html
- README.md
- www.py
- www.wsgi
- .gitignore
- bootstrap.sh
- config.yaml.sample
- python-reqs.txt
- README.md
- schema.sql
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
brew install
View Details ▼
brew install
Install a Homebrew formula or cask.
brew install {{formula|cask}}
Install a formula/cask:
brew install {{[-s|--build-from-source]}} {{formula}}
Build and install a formula from source (dependencies will still be installed from bottles):
brew install {{[-n|--dry-run]}} {{formula|cask}}
Download the manifest, print what would be installed but don't actually install anything:
pip install
View Details ▼
pip install
Install Python packages.
pip install {{package1 package2 ...}}
Install one or more packages:
pip install {{package1 package2 ...}} {{[-U|--upgrade]}}
Upgrade all specified packages to the latest version, installing any that are not already present:
pip install {{package}}=={{version}}
Install a specific version of a package:
virtualenv
View Details ▼
virtualenv
Create virtual isolated Python environments.
virtualenv {{path/to/venv}}
Create a new environment:
virtualenv --prompt {{prompt_prefix}} {{path/to/venv}}
Customize the prompt prefix:
virtualenv {{[-p|--python]}} {{path/to/pythonbin}} {{path/to/venv}}
Use a different version of Python with virtualenv:
