rahul7star commited on
Commit
028c8b8
Β·
verified Β·
1 Parent(s): 6563f25

Create code-struc.md

Browse files
Files changed (1) hide show
  1. code-struc.md +13 -0
code-struc.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .
2
+ β”œβ”€β”€ app.py # Gradio app (UI + logic)
3
+ β”œβ”€β”€ pipeline.py # Core QA + TTS pipeline
4
+ β”œβ”€β”€ cache.py # In-memory + disk cache
5
+ β”œβ”€β”€ docs/
6
+ β”‚ β”œβ”€β”€ general-en.md # English knowledge base
7
+ β”‚ β”œβ”€β”€ general-hi.md # Hindi knowledge base
8
+ β”‚ β”œβ”€β”€ architecture.md
9
+ β”‚ β”œβ”€β”€ monetization.md
10
+ β”‚ β”œβ”€β”€ b2b-plan.md
11
+ β”‚ └── future.md
12
+ β”œβ”€β”€ requirements.txt
13
+ └── README.md