27 skills found
milcent / Benford PyPython implementation of Benford's Law tests.
jasonlong / Benfords LawExperimenting with Benford's Law
carloscinelli / Benford.analysisTools that make it easier to use Benford’s law for data validation and forensic analytics.
erdogant / Benfordslawbenfordslaw is about the frequency distribution of leading digits.
sjaishanker / Benford Analysis For Fraud DetectionBenford law helps in detecting the irregularity in a set of numbers. It can be used to detect fraud in image forensics(detecting whether the image is real or fake) or it can also be used to analyze inning scores of a cricketer(predicting whether that cricketer was involved in match-fixing or not).
mawuliadjei / Benfords LawA python package for testing if a dataset of numbers passes benford's law
polimi-ispl / Icpr Benford GanOfficial repository for the paper "On the use of Benford's law to detect GAN-generated images", ICPR2020
RonaldJEN / Bedford Law Test本福特定律实践,benford-law
Prabhdeep1999 / Image Forgery DetectionThis project focuses on detecting a specific form of image forgery known as a copy-move attack, in which a portion of an image is copied and pasted elsewhere.
jheusser / BenfordBenford's Law
lucasmsa / Benfords Law Covid19📈 Trying to figure out if coronavirus cases and deaths behave similarly to benford's law
VoteAnalysis / Benfordslaw Election2020Benford's Law Analysis of Public Voting Datasets from US Election 2020
Qi-Zhou-Geo / Benfords Law As Mass Movements DetectorCode for "Benford's law as debris flow detector in seismic signals"
eleprocha / Benford S Law Python Codea Python program that loads numerical data, records the frequency of occurrence of the first digits, compares these to Benford’s law using the chisquare goodnessoffit test, and presents the comparison in both tabular and graphical form.
argentini / Argentini.BenfordExperiment with Benford's Law to find data anomalies in number lists and images (Windows, macOS, Linux, .NET 8.0, x64, Arm64, Apple Silicon)
CodeDrome / Benfords Law PythonNo description available
john-rock / Benfords LawBenford's Law Calculator
jplusplus / Benford CalculatorCheck your data against Benford's Law and spot suspicious patterns!
zhadier / Benford Bot DetectorIn this project I developed a local Django web app that could detect and distinguish twitter social bots using Benford law and ML algorithms in conjunction with the twitter API. Made using Python, ML and Django
garrett-bushnell / Benfords LawAnomaly detection using Benford's Law