跳转到主要内容

最小图像识别IA

项目描述

超越数学(π)

人工智能图像识别。

从输入数据中学习并生成模型,从先前生成的模型进行预测

免责声明

这是一个测试项目,所以目前处于开发阶段,功能非常有限,请不要评判我 :)

功能

  • 识别猫
  • 识别狗

安装

$ pip install transcendental

使用

trans-predict

此命令允许您识别传递给参数的图像。

Predict需要确切地传递一个参数,即要预测的图像

$ trans-predict --help 
usage: trans-predict [-h] image

Recognize cat and dogs

positional arguments:
  image       an image to analyze

  optional arguments:
    -h, --help  show this help message and exit

$ trans-predict ./image.png

trans-train

此命令允许您训练您的AI。

此命令将自动生成模型,用于启动时的预测

目前处于开发中!

要求

  • python 2.7+
  • keras
  • tensorflow
  • Pillow
  • h5py

资源

项目详情


下载文件

下载您平台上的文件。如果您不确定选择哪个,请了解更多关于安装软件包的信息。

源代码分发

transcendental-0.5.5.tar.gz (15.7 MB 查看哈希值)

上传时间: 源代码

构建分发

transcendental-0.5.5-py2.py3-none-any.whl (14.9 MB 查看哈希值)

上传时间 Python 2 Python 3

支持者