- 学号:2023244069
- 姓名:邓智超
- 学院:智能与计算学部
back-end
:模型构建、文本爬取、网页后端实现webapps
:网页前端代码
npm install
npm run serve
创建虚拟环境
conda create --name sentiment_analysis python=3.7
activate sentiment_analysis
安装依赖
cd back-end
pip install -r requirements.txt
运行后端程序
python app.py