OndrejSzekely / vr_analyst_tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IBM VR Analyst Tool

This tool helps to handle Watson Visual Recognition service.

Documentation

Link to source files of the docs you can find here https://www.sharelatex.com/project/59600f4dbdad72c5676e32a8. If you make any change, please update the doc in the repo.

Docker image

There is a Dockerfile in docker_img folder. To build an image you have to create a folder, put there Docker file, go to the directory in terminal and run: docker build --no-cache -t image_name . To run a new container and mount host folder to the container, do following: docker run -it -v host/folder/path:container/folder/path image_name bash

Created by IBM Watson iLab

oszekely@cz.ibm.com

About


Languages

Language:Python 93.9%Language:Shell 5.2%Language:Dockerfile 1.0%