Ai
1 Star 0 Fork 0

Rukit/ImageAI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 545 Bytes
一键复制 编辑 原始数据 按行查看 历史
MOSES OLAFENWA 提交于 2019-09-14 05:51 +08:00 . version 2.1.5 release
from setuptools import setup,find_packages
setup(name="imageai",
version='2.1.5',
description='A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities',
url="https://github.com/OlafenwaMoses/ImageAI",
author='Moses Olafenwa and John Olafenwa',
author_email='guymodscientist@gmail.com',
license='MIT',
packages= find_packages(),
install_requires=['numpy','scipy','pillow',"matplotlib", "h5py"],
zip_safe=False
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rukit/ImageAI.git
git@gitee.com:rukit/ImageAI.git
rukit
ImageAI
ImageAI
master

搜索帮助