OpenAI GPT-4 With Vision 🔥 This repository features an outfit rating app using OpenAI's GPT-4 with the Vision extension. Users can upload images through a Streamlit interface, and the app provides both a fashion stylist's and a mother's verdict on the outfit. Contributions are welcome!
MIT License
2
stars
0
forks
source link
Sweep: Add an additonal feature in app.py to act as fashion stylist and mother #7
Add an additional feature in app.py. A new function that creates a prompt for OpenAI LLM to act as a fashion stylist and mother and give a verdict on whether to keep or return a dress. Input: User uploads an image. LLM acting as mother or fashion stylist responds with keep or return decision and justification. In the fashion stylist prompt, instruct LLM to use color theory, texture, etc., into account when giving a verdict. Also change from Gradio to Streamlit. All these changes are to be made in file.
Add an additional feature in app.py. A new function that creates a prompt for OpenAI LLM to act as a fashion stylist and mother and give a verdict on whether to keep or return a dress. Input: User uploads an image. LLM acting as mother or fashion stylist responds with keep or return decision and justification. In the fashion stylist prompt, instruct LLM to use color theory, texture, etc., into account when giving a verdict. Also change from Gradio to Streamlit. All these changes are to be made in file.