Spaces:
Sleeping
Sleeping
Commit ·
3f8ba52
1
Parent(s): 61d6689
Update: readme
Browse files
README.md
CHANGED
|
@@ -1 +1,15 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Chess AI Classifier
|
| 3 |
+
emoji: ♟️
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 4.37.2
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
license: mit
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Chess AI Classifier
|
| 14 |
+
A simple Gradio demo that recognizes chess pieces (King, Queen, Bishop, Knight, Rook, Pawn)
|
| 15 |
+
from images using a FastAI-trained model.
|