Skip to content
Harsh Agrawal edited this page Mar 6, 2015 · 12 revisions

Welcome to the pcloudcv wiki.

Instruction for downloading, setting up and running the python module:
Tutorial

Details about Config File:
Config File Functionalities:

Currently the python APIs support the following functionalities:

Functionality Executable Name
Image Stitching ImageStitch
Object Detection VOCRelease5
Features features
Classsification classify
**Getting Started** There are four Ipython Notebooks that are working correctly - Classification Visualization, Image Stitching, Feature Extraction, DB_Integration. Make sure to copy config.json.example to config.json. Then change the path to images are in your local or dropbox directory.

Try these Ipython Notebooks to get an understanding of the functionalities that we are trying to provide and report bugs/ submit patches.

I am working on writing the documentation for this API and will update the repository very soon.