A Food Product Also Has An Ingredie
A Food Product Also Has An Ingredie
that specifies what ingredients are used in the product, so the approach I had
designed is to make 2 separate models.
model one(example name: alpha) for ingredients classification and will tell whether
the product is healthy or not, this model will accept ingredients as input for
example:- choco creme, sugar, palm olein, refined palm oil, cocoa solids,
emulsifiers, liquid glucose and many more, it should accept all types of
ingredients as input for each food category that exists on earth, based on those
inputs ingredients the model should predict whether the product is healthy or not,
now the output of model one(alpha) will be passed to model two(example name:
Charli), here the model two(Charli) will accept nutritional information from user
and output of model one(alpha) and based on this data it will predict whether the
food product is healthy or not, is this a valid approach?, also give further
suggestions and approaches.