Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.12 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.12 KB

Treasure Learning using Watson API

Overview

We can train treasures' images using Watson API.

Usage

  1. Please download the data, unzip, and move to the this script's directory.

  2. Learn images using Watson.(You can skip this step, because I had finished learn them. We can have only one classfier per an account, so if you want to learn, you have to delete a previous classifier.)

    $python train.py
    
  3. If you want to know the state of this classifier, start 'getState.py'.

    $python getState.py
    
  4. If you want to classify your image, start 'predict.py'.

    $python predict.py <your image>
    
  5. If you want to delete the classifier, start 'deleteClassfier.py'.

    $python deleteClassfier.py
    

Install

Please read Requirement section, and install packages you haven't installed.

Author

kumegon