HimankJ commited on
Commit
19cf7c6
Β·
verified Β·
1 Parent(s): 2771ce4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
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
- β”œβ”€β”€ 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
 
 
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