Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 675 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 675 Bytes

(Part of the) Python Client for Cloud AutoML API; adjusted to taste

This project contains selected pieces of the upstream repo: link, adjusted to taste (and needs). Refer to the upstream-tables branch for the "clone" code of the upstream and instruction how to pull the changes from it.

Quick Start

I. Prepare an virtual environment with Python >= 3.6:

pip install virtualenv
virtualenv <your-env>
source <your-env>/bin/activate

II. Clone the repository and install the dependencies:

pip install -r requirements.txt

III. Run:

python setup.py

or

python setup.py develop