CoolFace
Apppublic

Maaz1/Tanishq_jewelry_recomm_system

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
1likes
App README

project work flow and pipelining:
markdown
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)  

--------------------------------------------------------------------------------------------------------------