Skip to content

文本情感分析模型训练以及网页前后端实现

Notifications You must be signed in to change notification settings

dzcgood/sentiment_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

情感分析系统

作者信息

  • 学号: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

About

文本情感分析模型训练以及网页前后端实现

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published