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.
Visit the app hosted on Streamlit Community Cloud: Random number simulation of the Dunning and Kruger experiments.
-
Install PDM.
-
Download the app code and go to the directory:
git clone [email protected]:e10v/dunning-kruger.git && cd dunning-kruger
- Install dependencies:
pdm sync
- Run the app:
pdm run app
- Open the app: http://localhost:8501