Merge branch ‘master’ of code.gitlink.org.cn:tal-ai/smell_depiction_detection
smell_depiction_detection
创建conda环境
conda create -n vdd python=3.6 -y
安装python组件
pip install -r requirements.txt
运行demo
python demo.py
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
中文作文嗅觉描写检测
smell_depiction_detection
创建python环境(建议使用conda)
创建conda环境
安装python组件
运行demo