StyleSavy / utils /advisor.py
smagen10
utils added
2759de1
raw
history blame contribute delete
197 Bytes
from models.llm import StyleSavvy
advisor = StyleSavvy()
def get_advice(items, body_type, face_shape, gender,occasion):
return advisor.advise(items, body_type, face_shape, gender, occasion)