https://github.com/e10v/dunning-kruger
Random number simulation of the Dunning and Kruger experiments
https://github.com/e10v/dunning-kruger
critical-thinking demo dunning-kruger random-number-simulation statistics streamlit
Last synced: 5 months ago
JSON representation
Random number simulation of the Dunning and Kruger experiments
- Host: GitHub
- URL: https://github.com/e10v/dunning-kruger
- Owner: e10v
- License: mit
- Created: 2021-01-24T09:11:35.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-07T19:43:46.000Z (almost 2 years ago)
- Last Synced: 2024-07-07T20:52:04.538Z (almost 2 years ago)
- Topics: critical-thinking, demo, dunning-kruger, random-number-simulation, statistics, streamlit
- Language: Python
- Homepage: https://dunning-kruger.streamlit.app
- Size: 118 KB
- Stars: 2
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://e10v.me/debunking-dunning-kruger-effect/).
## Try the live demo
Visit the app hosted on Streamlit Community Cloud: [Random number simulation of the Dunning and Kruger experiments](https://dunning-kruger.streamlit.app).
## Try it locally
0. Install [PDM](https://pdm.fming.dev/latest/#installation).
1. Download the app code and go to the directory:
```bash
git clone git@github.com:e10v/dunning-kruger.git && cd dunning-kruger
```
2. Install dependencies:
```bash
pdm sync
```
3. Run the app:
```bash
pdm run app
```
4. Open the app: http://localhost:8501