A Python application reading receipts from the Quota for Exercising Parliamentary Activity (aka CEAP) from the Brazilian Chamber of Deputies and outputs, for each of the receipts, a probability of corruption and a list of reasons why it was considered this way.
$ docker build -t rosie .
$ docker run --rm -v /tmp/serenata-data:/tmp/serenata-data rosie
Then check your /tmp/serenata-data/
directory in you host machine for irregularities.xz
.
$ conda update conda
$ conda create --name serenata_rosie python=3
$ source activate serenata_rosie
$ ./setup
$ python rosie.py run
A /tmp/serenata-data/irregularities.xz
file will be created. It's a compacted CSV with all the irregularities Rosie is able to find.
Also a target directory (where files are saved) can de passed — for example:
$ python rosie.py run /my/serenata/directory/
$ python rosie.py test