Skip to main content
Info
====
`ai_tool 2018-05-25`

`Author: Zhao Mingming <471106585@qq.com>`

`Copyright: This module has been placed in the public domain.`

`version:0.0.6`
`version:0.1.0`
- `add func roc`
- `add func photo_stiching`
- `add func flv2img`
`version:0.1.1`
- `add func microsoft_demo`
`version:0.1.3`
- `add func luminance`
`version:0.1.4`
- `add func dbop ,opreate the database`
`version:0.1.5`
- `add func util, make the print has time`
`version:0.1.6`
- `add func txt2html, make the txt 2 html table`
`version:0.1.8`
- `modify file microsoft_demo, add zprint into it`
`version:0.1.9`
- `modify roc_yolo`
`version:0.2.1`
- `modify insert_image2db, can insert data into 2 database`
`version:0.2.3`
- `add class2info.py function is get_class_info`

Functions:

- `draw_curve`: draw a curve in a image and return the image
- `image2text`: translate a image to be text style
- `save2server`: save a image on the local server
- `image2bw`: turn a gray image to be a binary weights image

How To Use This Module
======================
.. image:: funny.gif
:height: 100px
:width: 100px
:alt: funny cat picture
:align: center

1. example code:


.. code:: python

Functions:

- `draw_curve`: draw a curve in a image and return the image
- `image2text`: translate a image to be text style
- `save2server`: save a image on the local server
- `image2bw`: turn a gray image to be a binary weights image

How To Use This Module
======================
.. image:: funny.gif
:height: 100px
:width: 100px
:alt: funny cat picture
:align: center

1. example code:


.. code:: python


x=np.array([-0.2,0.3,0.4,0.5])
y=np.array([0.2,0.4,0.1,-0.4])
norm(x,np.array([0,500]))

img=draw_curve(x,y)
img=draw_curve(x,y,title='my title',xlabel='my x label',ylabel='my y lable')

img=cv2.imread('../examples/faces/2007_007763.jpg')
img_gray=cv2.cvtColor(img,cv2.COLOR_BGR2GRAY)

# img2bw
img_bw= image2bw(img_gray)


print img.shape
image2text(img,(80,40))
image2text(img,(80,40))



Refresh
========
20180821


Release files for ai-tools 0.2.3

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for ai-tools 0.2.3
File Size Uploaded
ai_tools-0.2.3.tar.gz 22.8 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for ai-tools 0.2.3
File Interpreter ABI Platform
ai_tools-0.2.3-py2.7.egg Legacy Egg format - - Details
ai_tools-0.2.3-py2-none-any.whl Python 2 none any Details

Total release size: 119.1 kB

Release files / ai_tools-0.2.3.tar.gz

Download URL ai_tools-0.2.3.tar.gz
Size 22.8 kB
Tags Source
SHA-256 checksum
How to use checksums
9c053d670d2b5ea25161ae2a88784fcde6a56ba8ad39c371682901a2ff0c7209
BLAKE2b-256 checksum
How to use checksums
c8ac8daed6d7621d140c2fdc2b1679a00c9522c28ba4cd924786d7de21675d00
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.19.4 CPython/3.4.5

Release files / ai_tools-0.2.3-py2.7.egg

Download URL ai_tools-0.2.3-py2.7.egg
Size 65.4 kB
Tags Egg
SHA-256 checksum
How to use checksums
9ffca1db719a9ce4e2edd09a41691a5e84889ba7984f52ce9d154a5221343b3b
BLAKE2b-256 checksum
How to use checksums
078088ab3ccee4d3d7921dcea608c4d9f1117f7f09b910873571c37203bc7548
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.19.4 CPython/3.4.5

Release files / ai_tools-0.2.3-py2-none-any.whl

Download URL ai_tools-0.2.3-py2-none-any.whl
Size 31.0 kB
Tags Python 2
SHA-256 checksum
How to use checksums
06caa3e4890ec1f7d79ecccdd169b4fcdf88ca9b0eb3bb458a04ba0c0f00fe09
BLAKE2b-256 checksum
How to use checksums
1a8e02502d09b7d026ec9441c3d0eed0a95339a26affdcce498f882c6f6c60ae
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.19.4 CPython/3.4.5

Release history Release notifications | RSS feed

0.3.9

3 release files

0.3.8

3 release files

0.3.7

3 release files

0.3.6

3 release files

0.3.5

3 release files

0.3.4

3 release files

0.3.3

3 release files

0.3.2

3 release files

0.3.1

3 release files

0.3.0

3 release files

0.2.9

3 release files

0.2.8

3 release files

0.2.7

1 release file

0.2.6

3 release files

0.2.5

3 release files

0.2.4

3 release files

This release

0.2.3 This release

3 release files

0.2.2

3 release files

0.2.1

3 release files

0.2.0

3 release files

0.1.9

5 release files

0.1.8

3 release files

0.1.7

3 release files

0.1.6

3 release files

0.1.5

3 release files

0.1.4

3 release files

0.1.3

3 release files

0.1.2

3 release files

0.1.0

3 release files

0.0.9

3 release files

0.0.8

3 release files

0.0.7

3 release files

0.0.6

3 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page