Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1 KB

File metadata and controls

30 lines (18 loc) · 1 KB

DeepPress

Image Classification and Object Detection

Based on Tensorflow, Tensorflow models (Object detection) and Keras.

Using WordPress plugin for annotation and keep track of data.

Object Detection

The object detection module is based in Tensorflow Object Detection API. Setup instructions are given here. The API is under development so we are supporting it till commit ee6fdda. You can simply checkout to this commit.

Classification

Setup

Setup WordPress and install plugin.

Now install python package requirements by running pip3 install -r requirements.txt

python3 -m deeppress.main --config=<path-to-config-file>

Example config file deeppress.conf.example, Copy it and make your changes. Update WprdPress host details.