This repository contains the source code for Gallia's Towards Data Science article.
To run it, simply use sbt run
(tested with SBT 1.9.0). It is equivalent to sbt "runMain galliamedium.initech.InitechGallia"
The repository also contains the manual counterpart, that is the same processing done without the use of Gallia. To run it, use: sbt "runMain galliamedium.initech.InitechManual"