first commit
psychology_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号
中文作文心理描写检测
psychology_depiction_detection
创建python环境(建议使用conda)
创建conda环境
安装python组件
运行demo