Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title: Chessboard
|
| 3 |
emoji: 📚
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: purple
|
|
@@ -10,3 +10,27 @@ pinned: false
|
|
| 10 |
---
|
| 11 |
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Chessboard & Rice Challenge
|
| 3 |
emoji: 📚
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: purple
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 13 |
+
|
| 14 |
+
# ♟️ Chess & Rice — Gradio App
|
| 15 |
+
|
| 16 |
+
[](#)
|
| 17 |
+
[](#)
|
| 18 |
+
[](#)
|
| 19 |
+
|
| 20 |
+
An interactive visualization of the **classic “chessboard and rice grains” exponential growth problem**,
|
| 21 |
+
built with **Gradio** and **Plotly**, and ready for deployment on **Hugging Face Spaces** 🚀
|
| 22 |
+
|
| 23 |
+
---
|
| 24 |
+
|
| 25 |
+
## 🎯 What It Does
|
| 26 |
+
|
| 27 |
+
- Visualizes how rice grains double on each chess square (1 → 64).
|
| 28 |
+
- Interactive **chessboard heatmap** of grains (log scale).
|
| 29 |
+
- **Exponential growth** and **cumulative total** line charts.
|
| 30 |
+
- Real-world **comparisons** (vs. world population, sand grains, etc.).
|
| 31 |
+
- Dynamic **stats panel** that updates as you move the slider.
|
| 32 |
+
|
| 33 |
+
---
|
| 34 |
+
|
| 35 |
+
## 📂 Project Structure
|
| 36 |
+
|