Spaces:
Sleeping
Sleeping
Create README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,20 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|