Image classification is a supervised learning problem: define a set of target classes()

in frontend-vite/src/DemoInfo.tsx [65:76]


              Image classification is a supervised learning problem: define a set of target classes (objects to identify
              in images), and train a model to recognize them using labeled example photos.
            </Typography>
            TODO: Show illustration here
            <Typography variant="h3">Industry use cases</Typography>
            <Typography variant="body1">Here are a few use cases for image classification.</Typography>
            TODO
          </Box>
        </Container>
      ),
    },
    {