Code Monkey home page Code Monkey logo

mrahman4 / aws-ai Goto Github PK

View Code? Open in Web Editor NEW
24.0 24.0 16.0 196 KB

Flutter package to wrap Amazon artificial intelligence (AI) services, which provide flutter community developers with the ability to add intelligence to their applications through an API call to pre-trained services rather than developing and training their own models. Amazon AI services are : * Amazon Rekognition : built on technology used by Amazon Prime Photos to analyze billions of images daily, is a service that makes it easy to add image analysis to your applications. With Rekognition, you can detect objects, scenes, and faces in images, as well as search and compare faces between images. * Amazon Polly (still not implemented): a service that turns text into lifelike speech. Polly lets you create applications that speak in over two dozen languages with a wide variety of natural sounding male and female voices to enable you to build entirely new categories of speech-enabled products. * Amazon Lex (still not implemented) : uses the same technology as Amazon Alexa to provide advanced deep learning functionalities of automatic speech recognition (ASR) and natural language understanding (NLU) to enable you to build applications with conversational interfaces, commonly called chatbots.

License: Apache License 2.0

Java 2.20% Dart 97.80%

aws-ai's People

Contributors

mrahman4 avatar tvolkert avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

aws-ai's Issues

Plugin needs updating

The plugin no longer works, and hasn't been updated for 3 years.
Are you still maintaining it?

Needs null safety and dependent package versions updating.

broken pipe

Hey Mohamed,

thanks for your plugin but it doesn't work somehow. It always gives "broken pipe" error on AWS post. What do you suggest? I searched on google but I couldn't find anything. Accesskey and secret are normally there.

Future<String> _checkImage(String filePath, String SecondPath) {
    File sourceImagefile, targetImagefile; //load source and target images in those File objects
    String accessKey, secretKey, region ; //load your aws account info in those variables

    targetImagefile = File(filePath);
    sourceImagefile = File(SecondPath);

    accessKey = 'xxx';
    secretKey = 'xxx';
    region = 'eu-west-1';

    RekognitionHandler rekognition = new RekognitionHandler(accessKey, secretKey, region);
    Future<String> labelsArray = rekognition.compareFaces(sourceImagefile, targetImagefile);
    return labelsArray;
  }

text rekognition

in text rekognition response getting dublicate value on list
why so ?
can you please support?

await for (String a in utf8.decoder.bind(response)) {
builder.write(a);
}

in "a" all values are two times

in face comparison, how to load the image in file object?

first of all thank you for a great package:
issue:

` import 'package:aws_ai/src/RekognitionHandler.dart';

File sourceImagefile, targetImagefile; //load source and target images in those File objects
String accessKey, secretKey, region ;`

  • We can not set the value of sourceImageFile to image as it requires file object
  • We can not also provide the path to the image because it says "no file exists"

assume that my source and target images are assets/101.jpg and assets/102.jpg please help me set the variable value since there is no other documentation to follow.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.