Skip to content

kume96/treasureWatson

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages