Getting Started
API
Diagrams
Image Recognition
About
from enum import Enum [docs]class FoodGroup(Enum): protein = 0 fruit = 1 vegetable = 2 grain = 3