Installation

tavolo is hosted on PyPI, and the source code is available on Github.

Note

Tavolo will not install tensorflow by itself, this is to prevent installations of CPU and GPU versions together. It is the user’s responsibility to install the tensorflow library

Install from PyPI

To install it using pip, simply run inside your environment
pip install tavolo

Install from source code

If you prefer to install from source code, first clone the repository
git clone https://github.com/eliorc/tavolo.git
then navigate into the directory, and install
cd tavolo
python setup.py install