geethareddy commited on
Commit
61c32fa
·
verified ·
1 Parent(s): 202b0d0

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -12
README.md CHANGED
@@ -1,12 +1,20 @@
1
- ---
2
- title: Dynamicmenu
3
- emoji: 🦀
4
- colorFrom: purple
5
- colorTo: blue
6
- sdk: gradio
7
- sdk_version: 5.9.1
8
- app_file: app.py
9
- pinned: false
10
- ---
11
-
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
1
+ # Restaurant App - Indian & Chinese Cuisine
2
+
3
+ ## Features
4
+ - Dynamic menu with 3D food models.
5
+ - Pop-up cards for customization.
6
+ - Modular Gradio structure.
7
+ - Hosted on Hugging Face Space.
8
+
9
+ ## Setup Instructions
10
+ 1. Clone the repository.
11
+ 2. Install dependencies: `pip install gradio`.
12
+ 3. Run the app: `python app.py`.
13
+ 4. Access at `http://localhost:7860`.
14
+
15
+ ## File Structure
16
+ See the project layout in the root folder.
17
+
18
+ ## Notes
19
+ - 3D models must be in `.glb` format.
20
+ - Use a robust hosting server for better rendering of 3D models.