Lavlu118557 commited on
Commit
8787c5b
Β·
verified Β·
1 Parent(s): edcad23

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -25
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
- πŸ“¦ YAML Format
26
-
27
- `yaml
28
- - name_en: "Cow"
29
- name_bn: "গরু"
30
- description_en: "A domestic animal"
31
- description_bn: "ΰ¦ΰ¦•ΰ¦Ÿΰ¦Ώ গৃহΰ¦ͺালিঀ ΰ¦ͺ্রাণী"
32
- photo: "cow.jpg"
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