1 Star 0 Fork 0

buxuele/EmoPy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
import setuptools
with open("README.md","r") as fh:
long_description = fh.read()
setuptools.setup(
name="EmoPy",
version="0.0.5",
author="ThoughtWorks Arts",
author_email="info@thoughtworksarts.io",
description="A deep neural net toolkit for emotion analysis via Facial Expression Recognition (FER)",
long_description=long_description,
long_description_content_type = "text/markdown",
url="https://github.com/thoughtworksarts/EmoPy",
packages=setuptools.find_packages(),
include_package_data=True,
classifiers=[
"Programming Language :: Python :: 3.6",
"Operating System :: MacOS :: MacOS X"
],
python_requires='>=3.6.3',
install_requires=[
'coverage==4.5.3',
'keras>=2.2.0',
'lasagne',
'pytest',
'matplotlib>2.1.0',
'numpy<=1.14.5,>=1.13.3',
'scikit-image>=0.13.1',
'scikit-learn>=0.19.1',
'scikit-neuralnetwork>=0.7',
'scipy==1.0.0',
'tensorflow<=1.12.0,>=1.10.1',
'opencv-python',
'h5py',
'pydot',
'graphviz',
]
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/buxuele/EmoPy.git
git@gitee.com:buxuele/EmoPy.git
buxuele
EmoPy
EmoPy
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385