Skip to content

e10v/dunning-kruger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random number simulation of the Dunning and Kruger experiments

Overview

The Dunning–Kruger effect suggests that people with low competence in a domain often overestimate their abilities. But do the foundational experiments truly confirm this effect? This app offers a random number simulation challenging those original findings. For a deep dive into the topic, check out my blog post Debunking the Dunning–Kruger effect with random number simulation.

Try the live demo

Visit the app hosted on Streamlit Community Cloud: Random number simulation of the Dunning and Kruger experiments.

Try it locally

  1. Install PDM.

  2. Download the app code and go to the directory:

git clone [email protected]:e10v/dunning-kruger.git && cd dunning-kruger
  1. Install dependencies:
pdm sync
  1. Run the app:
pdm run app
  1. Open the app: http://localhost:8501