nutrition-ai
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>ai.passio.passiosdk</groupId> <artifactId>nutrition-ai</artifactId> <version>3.2.5-preview0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>ai.passio.passiosdk</groupId> <artifactId>nutrition-ai</artifactId> <version>3.2.5-preview0</version> <packaging>aar</packaging> <name>Passio Nutrition AI</name> <description>When integrated into your app the SDK provides you with food recognition and nutrition assistant technology. The SDK is designed to take a stream of images and output foods recognized in those images along with nutrition data related to the recognized foods.</description> <url>https://platform.passiolife.com/</url> <inceptionYear>2020</inceptionYear> <licenses> <license> <name>Passio Terms of Use</name> <url>https://www.passio.ai/terms-of-use</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>marinPassio</id> <name>Marin Bulatovic</name> <url>https://github.com/marinPassio</url> </developer> </developers> <scm> <connection>scm:git@github.com:Passiolife/Passio-Nutrition-AI-Android-SDK-Distribution.git</connection> <developerConnection>scm:git@github.com:Passiolife/Passio-Nutrition-AI-Android-SDK-Distribution.git</developerConnection> <url>https://github.com/Passiolife/Passio-Nutrition-AI-Android-SDK-Distribution</url> </scm> <dependencies> <dependency> <groupId>org.tensorflow</groupId> <artifactId>tensorflow-lite</artifactId> <version>2.14.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.camera</groupId> <artifactId>camera-view</artifactId> <version>1.3.0-alpha02</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.6.10</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.tensorflow</groupId> <artifactId>tensorflow-lite-metadata</artifactId> <version>0.4.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.camera</groupId> <artifactId>camera-core</artifactId> <version>1.3.0-alpha12</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.camera</groupId> <artifactId>camera-camera2</artifactId> <version>1.3.0-alpha12</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.camera</groupId> <artifactId>camera-lifecycle</artifactId> <version>1.3.0-alpha12</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.camera</groupId> <artifactId>camera-extensions</artifactId> <version>1.3.0-alpha02</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.android.gms</groupId> <artifactId>play-services-mlkit-text-recognition</artifactId> <version>19.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.android.gms</groupId> <artifactId>play-services-mlkit-barcode-scanning</artifactId> <version>18.3.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>