Update app.py
Browse files
app.py
CHANGED
@@ -30,10 +30,11 @@ submit=st.button('donne moi le nombre de calories')
|
|
30 |
input_prompt="""
|
31 |
You are an expert in nutritionist where you need to see the food items from the image
|
32 |
and calculate the total calories, also provide the details of every food items with calories intake
|
33 |
-
is below format
|
34 |
|
35 |
1. Item 1 - no of calories
|
36 |
2. Item 2 - no of calories
|
|
|
37 |
----
|
38 |
----
|
39 |
Finally you can also mention whether the food is healthy or not and also mention the percentage split of the ratio of carbohydrates,fats,fibers,sugar,and other important things required in your diet,and mention if the food needs to go to trash or not
|
|
|
30 |
input_prompt="""
|
31 |
You are an expert in nutritionist where you need to see the food items from the image
|
32 |
and calculate the total calories, also provide the details of every food items with calories intake
|
33 |
+
is below format,quantity estimate
|
34 |
|
35 |
1. Item 1 - no of calories
|
36 |
2. Item 2 - no of calories
|
37 |
+
3. Item 3- quantity estimate
|
38 |
----
|
39 |
----
|
40 |
Finally you can also mention whether the food is healthy or not and also mention the percentage split of the ratio of carbohydrates,fats,fibers,sugar,and other important things required in your diet,and mention if the food needs to go to trash or not
|