Skip to main content

Recommendation system in TensorFlow

Project description

Tophat

Build Status

Tophat is a factorization-based recommendation engine built using TensorFlow.

Installation

Installing from PyPi:

pip install top-hat

Installing the master branch from github in development mode, run:

git clone git@github.com:gilt/tophat.git
cd tophat
pip install -e .

Note that by default, installation assumes you already have TensorFlow installed. However, if you need, you can include the installation of TensorFlow in the setup extras as following: (choose the one that's right for you)

# CPU pypi
pip install top-hat[tf]

# GPU pypi
pip install top-hat[tf_gpu]

# CPU local dev
pip install -e .[tf]

# GPU local dev
pip install -e .[tf_gpu]

Docker Images

There are two provided Dockerfiles: Dockerfile and Dockerfile.gpu. The latter gpu variant requires nvidia-docker.

Tests

There are some minimal tests in tests/ which can all be run using pytest or python setup.py test.

Related Projects

The initial motivation behind tophat was to port over LightFM and Spotlight into TensorFlow.

There also are many other amazing recommender systems out there -- so choose the one that is right for your case.

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

top-hat-0.0.2.tar.gz (42.7 kB view hashes)

Uploaded Source

Built Distribution

top_hat-0.0.2-py2.py3-none-any.whl (53.3 kB view hashes)

Uploaded Python 2 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