Giter Site home page Giter Site logo

pcauich / sentiment_analysis_viewer-dataiku Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 200 KB

Sentiment analysis applied to tweets data that mention @dataiku and visualize the results in a leaflet map (A sentiment analysis twitter map)

JavaScript 9.70% CSS 15.97% HTML 74.33%

sentiment_analysis_viewer-dataiku's Introduction

Sentiment Analyis on tweets that mention @dataiku

A simple Node.js app using Express 4.

First we perform a sentiment analysis on tweets data(Tweets that mention specific account @dataiku) - since 2012 to 2017 Then, We scrape tweets using a python script and the twitter public search api to collect data, then we apply sentiment analysis using Python and a NLP module, specifically the module called textblob, built on top of python nltk.

Running Locally

Make sure you have Node.js and the Heroku CLI installed.

$ git clone https://github.com/pcauich/sentiment_analysis_viewer-dataiku.git # or clone your own fork
$ cd sentiment_analysis_viewer-dataiku
$ npm install
$ npm start

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

or

Deploy to Heroku

Documentation

For more information about using Node.js on Heroku, see these Dev Center articles:

Attribution

Created by: Pedro Cauich

Credits to:

sentiment_analysis_viewer-dataiku's People

Contributors

pcauich avatar

Watchers

 avatar

Forkers

jsdelivrbot

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.