An open API service indexing awesome lists of open source software.

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

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