Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 721 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 721 Bytes

The Benny App

The Benny App is a Vue-Flask app that compares .csv files to Benford's Law.

Users may upload a .csv file and select any column to see how its numerical distribution compares to Benford's.

The Live App is available on Heroku.

A Docker Image is available on Docker Hub.

docker pull stcybrdgs/scb-apps:thebennyapp
docker run -p 5000:80 stcybrdgs/scb-apps:thebennyapp

After issuing the run command locally, you may view the app in your browser at localhost:5000.

Within the Docker container, the Flask app serves to port 80.