- Read more about training an image classification model using AutoML Vision Edge model
- Read more about hosting models with Firebase Model deployment
This ML Kit AutoML iOS Quickstart app demonstrates how to label images with an AutoML Vision Edge trained model, and also how to download models that are hosted with Firebase.
Features that are included in this demo app:
- AutoML Image labeling - Label images using an AutoML VisionEdge trained model
- Add Firebase to your iOS Project.
- Run the sample on your iOS device or simulator.
- Choose Photo Library, Photo Camera, or Video Camera to see a demo of labeling images using a model trained by AutoML
This app supports two usage scenarios: Live Camera mode and Static Image mode.
This mode uses the camera preview as input and allows you to label images using a remotely downloaded AutoML Vision Edge model.
The static image scenario is identical to the live camera scenario, but instead relies on images fed into the app through the camera roll.
Copyright 2020 Google, Inc.
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.