social insights
1.0.0
社交洞察是一个开源大数据项目,它生成有关每天发生的各种有趣主题的见解。目前,由于美国即将举行大选,我们正专注于政治情绪分析。数据源包括 Twitter API。有一个内置的搜索引擎来查询见解。
该项目分为 3 部分:
要运行和设置项目,您需要安装 python、node.js 和 NPM 来实现可视化,可以在此处找到。对于数据处理,你需要 python,可以在这里找到。
要开始后端:
git clone https://github.com/dsc-umass/social-insights.git
pip3 install pipenv
pipenv shell
pipenv install
要开始使用网站:
git clone https://github.com/dsc-umass/social-insights.git
cd web
yarn install
Django 开发入门
创建 pipelinev shell 来运行开发服务器后:
cd webpages
python manage.py runserver