Tanishq_jewelry_recomm_system / project work flow and pipelining πŸ”—πŸ–‡πŸ‘‰πŸ‘ˆ.txt
Maaz1's picture
Rename project work flow and pipelining.txt to project work flow and pipelining πŸ”—πŸ–‡πŸ‘‰πŸ‘ˆ.txt
92432a0 verified
raw
history blame
955 Bytes
project work flow and pipelining:
app.py --> frontend/gradio_app.py
|
|
β”œβ”€β”€> frontend/input_handlers.py
| |
| |
| β”œβ”€β”€> backend/jewelry_recomm_service.py
| | |
| | |
| | β”œβ”€β”€> backend/supportingfiles/model_loader.py
| | | β”œβ”€β”€> config.py (INDEX_PATH, METADATA_PATH, DEVICE)
| | |
| | |
| | β”œβ”€β”€> backend/supportingfiles/image_processor.py
| | | β”œβ”€β”€> config.py (get_image_transform, DEVICE)
| | |
| | |
| | β”œβ”€β”€> backend/supportingfiles/recommender.py
| | β”œβ”€β”€> config.py (DEFAULT_NUM_RECOMMENDATIONS)
| |
| |
| β”œβ”€β”€> utils/formatter.py (Formats output)
|
|
|
└──> config.py (Standalone configuration file)