Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Latest commit

 

History

History
59 lines (49 loc) · 2.23 KB

File metadata and controls

59 lines (49 loc) · 2.23 KB

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: