简体   繁体   English

如何在 Flutter 中使用 IBM Watson 的 Visual Recognition 服务和 Dart?

[英]How do I use IBM Watson's Visual Recognition service with Dart in Flutter?

I want to use IBM Watson's recognition service, specifically their waste identifier as shown below.我想使用 IBM Watson 的识别服务,特别是他们的废物标识符,如下所示。 https://developer.ibm.com/technologies/artificial-intelligence/patterns/recycle-with-watson/ https://developer.ibm.com/technologies/artificial-intelligence/patterns/recycle-with-watson/

It only talks about using it in an iOS application but I want to use it with Dart in Flutter.它只讨论在 iOS 应用程序中使用它,但我想在 Flutter 中将它与 Dart 一起使用。 I am not too clear how to do this so if someone can teach me some of the basics of this that would be great.我不太清楚如何做到这一点,所以如果有人能教我一些这方面的基础知识,那就太好了。 Btw, I do not want to train a IBM visual recog.顺便说一句,我不想训练 IBM 视觉识别。 model, I want to use the classifier that IBM provides as shown in the link above. model,我想使用IBM提供的分类器,如上面的链接所示。

I suggest to start with the Getting Started which shows how to provision the Visual Recognition service.我建议从入门指南开始,它展示了如何配置 Visual Recognition 服务。 The next step is to either reuse their server application which includes loading the training data or to explore writing your own.下一步是重用他们的服务器应用程序,包括加载训练数据或探索编写自己的。 See the docs for links to either the API (works with every programming language) or SDKs for some more common programming languages.请参阅文档以获取指向 API(适用于每种编程语言)或一些更常见编程语言的 SDK 的链接。

There is easy-to-follow API doc to help you to get started with Visual Recognition service.有易于遵循的API 文档可帮助您开始使用 Visual Recognition 服务。

Flutter has a very good documentation on how to make API calls in their documentation Flutter 有一个非常好的文档,关于如何在他们的文档中进行 API 调用

Not recommended but to help you with the basics - There is an old Flutter package (last updated in 2018) that has Dart code samples to get you started.不推荐,但可以帮助您了解基础知识- 有一个旧的Flutter package (最后更新于 2018 年),其中包含 Dart 代码示例让您开始使用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 自定义 IBM Watson Visual Recognition 服务与 Flutter/Dart 的集成 - Custom IBM Watson Visual Recognition service integration with Flutter/Dart 使用 Flutter 进行 IBM Visual Recognition 分类时出错 - Error with IBM Visual Recognition Classification with Flutter Flutter 中的 IBM Watson Assistant:如何显示选项? - IBM Watson Assistant in Flutter: How to show options? 我如何将其变成 Dart? Dart & Flutter - How do I make this into Dart? Dart & Flutter 如何在 flutter/dart 中使用设置大小的自定义字体? - How do I use custom font with a set size in flutter/dart? 当我使用 Dart 和 Flutter 时,Visual Studio 代码无法正常工作 - Visual studio code is not working properly when I use Dart and Flutter 如何在不创建新的 dart 项目的情况下运行与我的 flutter 项目隔离的 dart 代码? - How do I run dart code that's isolated from my flutter project without creating a new dart project? 如何在 flutter 中使用文本识别? - How to use text recognition in flutter? 在 Dart/Flutter 中,如何使用方法中的变量,以便将其输出到文本字段 - In Dart/Flutter, how do I use a variable from a method so I can ouput it to a text field 如何让我的 Android 应用程序用户下载 WebView 供以后使用 dart 和 ZC047B10EEE7163AFB61864E07 - How do I enable my Android Application users to download a WebView for later use dart and Flutter
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM