Merge branch ‘master’ of code.gitlink.org.cn:tal-ai/language_depiction_detection
language_depiction_detection
创建conda环境
conda create -n vdd python=3.6 -y
安装python组件
pip install -r requirements.txt
运行demo
python demo.py
中文作文语言描写检测
language_depiction_detection
创建python环境(建议使用conda)
创建conda环境
安装python组件
运行demo