2 Star 19 Fork 7

Thoughtworks / EmoPy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
Aronja 提交于 2020-11-30 09:30 . Set scikit-image to 1.13.1
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.4',
'lasagne',
'pytest',
'matplotlib>2.1.0',
'numpy==1.17.4',
'scikit-image==0.13.1',
'scikit-learn>=0.19.1',
'scikit-neuralnetwork>=0.7',
'scipy==1.0.0',
'tensorflow==1.13.1',
'opencv-python',
'h5py',
'pydot',
'graphviz',
]
)
Python
1
https://gitee.com/thoughtworks/EmoPy.git
git@gitee.com:thoughtworks/EmoPy.git
thoughtworks
EmoPy
EmoPy
master

搜索帮助