Spaces:
Build error
Build error
Update README.md
Browse files
README.md
CHANGED
|
@@ -29,17 +29,17 @@ Eden Multimodal is an innovative project that leverages the power of multimodal
|
|
| 29 |
### Project Structure
|
| 30 |
|
| 31 |
The project is organized as follows:
|
| 32 |
-
eden-multimodal/
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
|
| 44 |
### Code Breakdown
|
| 45 |
|
|
|
|
| 29 |
### Project Structure
|
| 30 |
|
| 31 |
The project is organized as follows:
|
| 32 |
+
eden-multimodal /
|
| 33 |
+
- app.py
|
| 34 |
+
- models /
|
| 35 |
+
- text_model.py
|
| 36 |
+
- image_model.py
|
| 37 |
+
- audio_model.py
|
| 38 |
+
- utils /
|
| 39 |
+
- preprocessor.py
|
| 40 |
+
- postprocessor.py
|
| 41 |
+
- requirements.txt
|
| 42 |
+
- README.md
|
| 43 |
|
| 44 |
### Code Breakdown
|
| 45 |
|