Skip to content

stcybrdgs/benapp_fin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A mini full-stack app that uses Vue and Flask to analyze table data against Benford's Law.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published