项目作者: nipun24

项目描述 :
Solution for the IBM Hack Challenge 2020 : Sentiment Analysis of COVID-19 tweets - Visualization Dashboard
高级语言: JavaScript
项目地址: git://github.com/nipun24/COVID19-tweet-analyser.git
创建时间: 2020-07-01T11:55:34Z
项目社区:https://github.com/nipun24/COVID19-tweet-analyser

开源协议:MIT License

下载


Sentiment Analysis of COVID-19 Tweets - Visualization Dashboard

License: MIT
Repository Size
Website Status

Twitter has always been a platform where people come together to put forth their opinions about issues. The current global concern is COVID-19 and this has led to a tremendous uproar of tweets relating to COVID-19. The large amounts of tweets produced definitely provide us the opportunity to analyze the tweets for all possible information - from people’s activity and involvement to how the people are emotionally affected by the pandemic.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software

  1. pyhton 3.8
  2. node.js 12.16
  3. Twitter Developer Account
  4. MongoDB Atlas Account

Installing

A step by step series of examples that tell you how to get a development env running

  1. Setting up the Environment Variables

    Create .env files and add the values as present in the .env.template file.

  2. Running the Flask Server

  1. cd core
  2. pip install -r requirements.txt
  3. python ml_server.py
  1. Running the Express.js server
  1. npm i
  2. npm start
  3. cd frontend
  4. npm i
  5. npm run build

Now, go to localhost:3001 on your browser to start using the app

Deployment

The project is deployed on IBM Cloud Foundry. Link

Built With

Contributers

License

This project is licensed under the MIT License - see the LICENSE file for details