hashirlodhi commited on
Commit
b3ac3d5
·
verified ·
1 Parent(s): 0340d96

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Chessboard And Rice Challenge
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
+ [![Gradio](https://img.shields.io/badge/Gradio-%E2%9C%85-1f8feb)](#)
17
+ [![Python](https://img.shields.io/badge/python-3.8%2B-blue)](#)
18
+ [![License: MIT](https://img.shields.io/badge/License-MIT-green)](#)
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
+