Skip to main content

YouChoose is an open source recommendation library built on PyTorch.

Project description

YouChoose

Build Status Coverage Status Code style: black Codacy Badge Documentation Status PyPI version

Project Overview

A recommender system built on PyTorch. I wanted a library similar to what was provided in OpenRec but for PyTorch. Spotlight is a similar package but appears to have died. And while it does have some nice features, instead of forking it and building on it, I wanted to start at the ground floor to build a library that would be simple to use but also easy to configure.

Project Set-Up

Virtual Environment

The best way to run the code is to use a python virtual environment. This will require that you have python3 and git already installed on your system. To begin, run python3 -m venv project-name to create a virtual environment in a folder called project-name. Now run cd project-name to change directories.

Install with PIP

pip install youchoose

Install From Source

The following command is then run to clone the repository.

git clone https://github.com/csmithchicago/YouChoose.git

source bin/activate
cd youchoose
pip install -r requirements.txt

Project References

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

youchoose-0.1.2.tar.gz (20.9 kB view hashes)

Uploaded Source

Built Distribution

youchoose-0.1.2-py3-none-any.whl (34.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page