phenixrhyder commited on
Commit
b7f5ea5
·
unverified ·
1 Parent(s): cee09c9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -13
README.md CHANGED
@@ -1,13 +1,6 @@
1
- ---
2
  title: Checkerboard Pattern Generator
3
- colorFrom: 'gray'
4
- colorTo: 'gray'
5
  sdk: gradio
6
- sdk_version: "4.21.0"
7
- python_version: "3.10"
8
  app_file: app.py
9
- short_description: "Tool for custom checkerboard patterns."
10
- ---
11
  Checkerboard Pattern Generator
12
  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.
13
  🚀 How to Use
@@ -15,9 +8,3 @@ Using the app is straightforward:
15
  * 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).
16
  * Square Size: Use the second slider to control the size of each individual square in pixels.
17
  * Generate: Click the "Generate Image" button to create your checkerboard based on your settings. The resulting image will appear below.
18
- Feel free to experiment with different values to create patterns of all sizes!
19
- 🛠️ Technical Details
20
- This application is built using the following open-source libraries:
21
- * Gradio: Provides the fast and easy-to-use web interface with sliders, buttons, and image display components.
22
- * Pillow (PIL): The core image processing library used to draw the checkerboard pattern on a blank canvas.
23
- The entire application is contained within the app.py file and runs on the Hugging Face Spaces infrastructure.
 
 
1
  title: Checkerboard Pattern Generator
 
 
2
  sdk: gradio
 
 
3
  app_file: app.py
 
 
4
  Checkerboard Pattern Generator
5
  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.
6
  🚀 How to Use
 
8
  * 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).
9
  * Square Size: Use the second slider to control the size of each individual square in pixels.
10
  * Generate: Click the "Generate Image" button to create your checkerboard based on your settings. The resulting image will appear below.