arugyani / shopIQ

LLM powered high-consideration research tool for UTD senior project
1 stars 0 forks source link

backend: custom icon emoji #82

Open divyamk opened 2 months ago

divyamk commented 2 months ago

Create an emoji using Gemini and send in the search API

divyamk commented 2 months ago

New output for search API with emoji

{
    "emoji": "📺",
    "qs": [
        {
            "id": "0",
            "question": "What is the primary purpose of your TV?",
            "questionInfo": "Please indicate the main function you use your TV for.",
            "multipleAnswers": false,
            "answers": [
                {
                    "text": "Movies",
                    "selected": false
                },
                {
                    "text": "TV Shows/Cable",
                    "selected": false
                },
                {
                    "text": "Gaming",
                    "selected": false
                },
                {
                    "text": "Streaming",
                    "selected": false
                }
            ],
            "other": ""
        },
        {
            "id": "1",
            "question": "How important is high picture quality to you?",
            "questionInfo": "Do you prioritize, or prefer, a tv with high color accuracy, smooth motion, and high resolution over cost?",
            "multipleAnswers": false,
            "answers": [
                {
                    "text": "Very Important",
                    "selected": false
                },
                {
                    "text": "Somewhat Important",
                    "selected": false
                },
                {
                    "text": "Not Important",
                    "selected": false
                },
                {
                    "text": "None",
                    "selected": false
                }
            ],
            "other": ""
        },
        {
            "id": "2",
            "question": "Do you have a preference for certain TV brands?",
            "questionInfo": "If you  have a strong preference for a television brand, please indicate it below.",
            "multipleAnswers": true,
            "answers": [
                {
                    "text": "Samsung",
                    "selected": false
                },
                {
                    "text": "LG",
                    "selected": false
                },
                {
                    "text": "Sony",
                    "selected": false
                },
                {
                    "text": "Vizio",
                    "selected": false
                }
            ],
            "other": ""
        },
        {
            "id": "3",
            "question": "What is your budget?",
            "questionInfo": "How much money are you willing to spend on a TV?",
            "multipleAnswers": false,
            "answers": [
                {
                    "text": "$500 or less",
                    "selected": false
                },
                {
                    "text": "$500 - $750",
                    "selected": false
                },
                {
                    "text": "$750 or more",
                    "selected": false
                },
                {
                    "text": "None",
                    "selected": false
                }
            ],
            "other": ""
        },
        {
            "id": "4",
            "question": "Which TV size would you prefer?",
            "questionInfo": "The size of a television is measured diagonally.",
            "multipleAnswers": false,
            "answers": [
                {
                    "text": "32' or less",
                    "selected": false
                },
                {
                    "text": "40' - 43'",
                    "selected": false
                },
                {
                    "text": "49' - 55'",
                    "selected": false
                },
                {
                    "text": "55' or more",
                    "selected": false
                }
            ],
            "other": ""
        },
        {
            "id": "5",
            "question": "What additional features are important to you?",
            "questionInfo": "Please select any additional features that are important or desirable for your television",
            "multipleAnswers": true,
            "answers": [
                {
                    "text": "Smart TV",
                    "selected": false
                },
                {
                    "text": "4K Resolution",
                    "selected": false
                },
                {
                    "text": "HDR",
                    "selected": false
                },
                {
                    "text": "None",
                    "selected": false
                }
            ],
            "other": ""
        }
    ]
}