Skip to main content

qoala ocr rule

Project description

README

version platform python tensorflow

NEWS

Date News Version
Sept 2019 face recognition (insight face) was released for inferencing (STABLE), for training will available in the future version >= v0.7.4
August 2019 deeplab semantic segmentation (PREVIEW version)was released >= v0.6.10
Mei 2019 yolov3 object detection (STABLE version) was relesed > v0.5.1
April 2019 Unet-segmentation (PREVIEW version) v0.4.18

Tensorflow Compatibility

Tensorflow version Simple-Tensor Version
1.4.1 - 1.1 <=v0.4.0
1.13.1 and 1.15.0 >=v0.4.3

ABOUT PROJECT

This project is a simplification of tensorflow operations and related projects

DEPENDENCIES

  1. Tensorflow (1.4.1 - 1.15.0) pip3 install tensorflow-gpu
  2. Comdutils pip3 install comdutils
  3. opencv-python pip3 install opencv-python
  4. numpy

HOW TO USE

:shipit: Installing The Package

pip3 install simple-tensor

:shipit: Import The Package

Tensor Operations

import tensorflow as tf
# tensor operations
from simple_tensor.tensor_operations import *
# tensor losses
from simple_tensor.tensor_losses import *
# tensor metrics
from simple_tensor.tensor_metrics import *

This packages contains tensor operations (conv2d, conv1d, depthwise conv2d, fully connected, conv2d transpose), tensor losses (softmax & sigmoid cross entropy, MSE), and tensor metrics (accuracy). For more detail documentations about tensor operations, visit this page

Transfer Learning Package (Image Classification)

import tensorflow as tf
from simple_tensor.transfer_learning.inception_utils import *
from simple_tensor.transfer_learning.inception_v4 import *

This package contains a library of tensorflow implementation of Inception-v4 for image classification. Densenet, Resnet, and VGG will be added in the future version. For more detail documentations about transfer learning package, visit this page

alt text

(img source: link)

Object Detector Package

import tensorflow as tf
from simple_tensor.object_detector.detector_utils import *
from simple_tensor.object_detector.yolo import Yolo

This package contains a library of tensorflow implementation of Yolov3 (training and inferencing). You can customize your yolo detector with four types of network ("big", 'medium", "small", "very_small"). For more detail documentations about object detector package (yolov3), visit this page.

alt text

(img source: pjreddie)

Unet Segmentation Package

import tensorflow as tf
from simple_tensor.segmentation.unet import UNet

This package contains the tensorflow implementation of U-net for semantic segmentation. For more detail, visit this page

alt text

(img source: internal)

Face Recognition Package (Insightface)

import tensorflow as tf
from simple_tensor.face_recog.insight_face import *

This package contains the tensorflow implementation of insight face. This repo is refractoring this github link. For more detail documentation, visit this page

LSTM Package

still on progress ....

Convert Keras Model to Tensorflow Serving

import tensorflow as tf
from simple_tensor.convert import *

DOCKER

We already prepared the all in one docker for computer vision and deep learning libraries, including tensorflow 1.12, Opencv3.4.2 and contrib, CUDA 9, CUDNN 7, Keras, jupyter, numpy, sklearn, scipy, statsmodel, pandas, matplotlib, seaborn, flask, gunicorn etc. See the list of dockerfile below:

Docker: Ubuntu 16.04 with GPU (Cuda 9, cudnn 7.2) [TESTED]
Docker: Ubuntu 18.04 with GPU (Cuda 9, cudnn 7.2)
Docker: Ubuntu 16.04 without GPU (Cuda 9, cudnn 7.2) [TESTED]
Docker: Ubuntu 18.04 without GPU (Cuda 9, cudnn 7.2) [TESTED]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ocr_rule-0.7.tar.gz (5.3 kB view details)

Uploaded Source

Built Distribution

ocr_rule-0.7-py3.6.egg (9.1 kB view details)

Uploaded Source

File details

Details for the file ocr_rule-0.7.tar.gz.

File metadata

  • Download URL: ocr_rule-0.7.tar.gz
  • Upload date:
  • Size: 5.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.6.9

File hashes

Hashes for ocr_rule-0.7.tar.gz
Algorithm Hash digest
SHA256 4ad8b96de566f0c30e3c828aab61c18eb9b7fdf9508ad0e30721bd0910bdac08
MD5 9edec61187850ae2bf9b0f57da855abd
BLAKE2b-256 e120a050600e68b147ffddb78d1face6b59bf3a2eb362e519b07c4f461feeafa

See more details on using hashes here.

File details

Details for the file ocr_rule-0.7-py3.6.egg.

File metadata

  • Download URL: ocr_rule-0.7-py3.6.egg
  • Upload date:
  • Size: 9.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.6.9

File hashes

Hashes for ocr_rule-0.7-py3.6.egg
Algorithm Hash digest
SHA256 4ce3630eab0efd4dd524394be52a8bd3915f1b9415b4f5540a3d2471613a9b15
MD5 ca43a4183bd2d381b7eac8a8f65559cf
BLAKE2b-256 51ed541ab58895932f245621cb4889ee38dc5d4a3ff6b2139a4848bdd40c0aed

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page