Skip to content

cassiotbatista/vast3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disaster at St. Himark! VAST 2019 Mini Challenge 3

This repo hosts the tools that were exclusively built to answer the questions of the 3rd mini-challenge of the 2019 version of the VAST Challenge.

1st tool

2nd tool

preprocessing

Execution Instructions

$ bokeh serve --show <DIR>

where <DIR> can be either grafico1/, grafico2/, grafico3/or gui/.

Tools and Libraries

Browsers

OS

  • 🐧 Debian Stretch 9.9
  • 🐧 Ubuntu Bionic 18.04.2

Installation (Debian)

$ sudo apt-get install python3 python3-pip
$ sudo -H pip3 install --upgrade pip
$ sudo -H pip3 install --upgrade bokeh \
    nltk pandas numpy matplotlib termcolor \
    sklearn textblob wordcloud selenium

⚠️ Node.js must be downloaded from browser, extracted and then manually copied to /usr/bin.

⚠️ PhantomJS must be downloaded from browser, extracted and then manually copied to /usr/bin.

Authors: