Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Transform a food entity to its common name
ResourceFunction["FoodEntityCommonName"][entity] transforms an implicit food entity to its common name. | |
ResourceFunction["FoodEntityCommonName"][entityinstance] transforms an implicit food entity and quantity to its common name and quantity. |
Apply FoodEntityCommonName to an implicit food entity:
In[1]:= |
Out[1]= |
The input form of a food entity is supported:
In[2]:= |
Out[2]= |
Apply FoodEntityCommonName to a list of food entities:
In[3]:= |
Out[3]= |
Use FoodEntityCommonName to create labels for a BarChart:
In[5]:= |
Out[8]= |
Convert a list of ingredients to string names:
In[9]:= |
Out[9]= |
Pass the names to the LLM to create a recipe:
In[10]:= |
Out[10]= |
Wolfram Language 14.0 (January 2024) or above
This work is licensed under a Creative Commons Attribution 4.0 International License