Spaces:
Configuration error
Configuration error
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,31 +4,20 @@ A powerful Gradio-based app for managing bilingual (Bangla + English) media-rich
|
|
| 4 |
|
| 5 |
## π° Features
|
| 6 |
|
| 7 |
-
- β
YAML β SQLite loader
|
| 8 |
-
- π Search by বাΰ¦ΰ¦²ΰ¦Ύ / English keywords
|
| 9 |
-
- πΌοΈ Photo & ποΈ Voice support
|
| 10 |
-
- π§Ύ Add / Update / Delete items
|
| 11 |
-
- π€ Export to CSV
|
| 12 |
-
- π§ Designed for Bengali AI workflows
|
| 13 |
|
| 14 |
## π Folder Structure
|
| 15 |
-
`
|
| 16 |
-
βββ mydb.sqlite # SQLite database
|
| 17 |
-
βββ data.yaml # YAML dataset (input)
|
| 18 |
-
βββ media/
|
| 19 |
-
β βββ photo/ # Uploaded photos
|
| 20 |
-
β βββ voice/ # Uploaded voice files
|
| 21 |
-
βββ export_items.csv # Exported CSV
|
| 22 |
-
βββ app.py # Main Gradio app
|
| 23 |
-
`
|
| 24 |
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
voice: "cow.mp3"
|
| 34 |
-
`
|
|
|
|
| 4 |
|
| 5 |
## π° Features
|
| 6 |
|
| 7 |
+
- β
YAML β SQLite loader
|
| 8 |
+
- π Search by বাΰ¦ΰ¦²ΰ¦Ύ / English keywords
|
| 9 |
+
- πΌοΈ Photo & ποΈ Voice support
|
| 10 |
+
- π§Ύ Add / Update / Delete items
|
| 11 |
+
- π€ Export to CSV
|
| 12 |
+
- π§ Designed for Bengali AI workflows
|
| 13 |
|
| 14 |
## π Folder Structure
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
|
| 16 |
+
```bash
|
| 17 |
+
βββ mydb.sqlite # SQLite database
|
| 18 |
+
βββ data.yaml # YAML dataset (input)
|
| 19 |
+
βββ media/
|
| 20 |
+
β βββ photo/ # Uploaded photos
|
| 21 |
+
β βββ voice/ # Uploaded voice files
|
| 22 |
+
βββ export_items.csv # Exported CSV
|
| 23 |
+
βββ app.py # Main Gradio app
|
|
|
|
|
|