Spaces:
Sleeping
Sleeping
phenixrhyder commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,9 +2,28 @@
|
|
| 2 |
title: Checkerboard Pattern Generator
|
| 3 |
emoji: '🏁'
|
| 4 |
colorFrom: 'gray'
|
| 5 |
-
colorTo: '
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: "4.21.0"
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
|
|
|
| 2 |
title: Checkerboard Pattern Generator
|
| 3 |
emoji: '🏁'
|
| 4 |
colorFrom: 'gray'
|
| 5 |
+
colorTo: 'gray'
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: "4.21.0"
|
| 8 |
+
python_version: "3.10"
|
| 9 |
app_file: app.py
|
| 10 |
+
short_description: "An interactive tool to generate custom checkerboard patterns."
|
| 11 |
+
tags:
|
| 12 |
+
* image-generation
|
| 13 |
+
* drawing
|
| 14 |
+
* gradio
|
| 15 |
+
* creative-tool
|
| 16 |
+
Checkerboard Pattern Generator
|
| 17 |
+
Welcome to the Checkerboard Pattern Generator! This is a simple and interactive Hugging Face Space that allows you to create custom checkerboard images directly in your browser.
|
| 18 |
+
🚀 How to Use
|
| 19 |
+
Using the app is straightforward:
|
| 20 |
+
* Board Size: Use the first slider to select the number of squares on the board (e.g., a value of 8 creates an 8x8 board).
|
| 21 |
+
* Square Size: Use the second slider to control the size of each individual square in pixels.
|
| 22 |
+
* Generate: Click the "Generate Image" button to create your checkerboard based on your settings. The resulting image will appear below.
|
| 23 |
+
Feel free to experiment with different values to create patterns of all sizes!
|
| 24 |
+
🛠️ Technical Details
|
| 25 |
+
This application is built using the following open-source libraries:
|
| 26 |
+
* Gradio: Provides the fast and easy-to-use web interface with sliders, buttons, and image display components.
|
| 27 |
+
* Pillow (PIL): The core image processing library used to draw the checkerboard pattern on a blank canvas.
|
| 28 |
+
The entire application is contained within the app.py file and runs on the Hugging Face Spaces infrastructure.
|
| 29 |
---
|