Skip to content

A subset of googleapis / python-automl adjusted to taste

Notifications You must be signed in to change notification settings

wwilusz/automl-gcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

(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

About

A subset of googleapis / python-automl adjusted to taste

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages