blob: bc4aaf48062df8d2ba46912aeb1180db545afe35 [file] [log] [blame]
Joe Gregorio266c6442011-02-23 16:08:54 -05001#!/bin/bash
2#
3# Copyright 2011 Google Inc. All Rights Reserved.
4# Author: jcgregorio@google.com (Joe Gregorio)
5#
6# Uploads a training data set to Google Storage to be used by this sample
7# application. Download the 'language.txt' file from
8# http://code.google.com/apis/predict/docs/hello_world.html
9#
10# Requirements:
11# gsutil - a client application for interacting with Google Storage. It
12# can be downloaded from https://code.google.com/apis/storage/docs/gsutil.html
13gsutil cp ./language_id.txt gs://apiclient-prediction-sample/prediction_models/languages