AI online services list

https://encreative.blogspot.com/2019/09/using-microsoft-computer-vision-api.html
Today exists several online AI-services, providing image recognition, text translation an other AI tasks by sending requests to their servers. So, you is able to experiment with and make projects using most advanced AI algorithms available today.

The advantages of using online AI-services comparing offline libraries - is that they are represent state-of-art of AI and are very lightweight to work with it - you don't need install libraries to your computer, just call services.
The disadvantages is that you need internet connection, there is bigger time delay between request and also, this is paid services. But normally you can make 1000 requests month free of charge.

So, this services are great for you if you want to make several experiments with advanced AI technologies, your project in't sensitive to delay in AI answer, or you have more serious project and budget on running it on distant servers.

Ready-to-use online AI services

Notes

  1. Here is pointed services and their parts related to vision, but there you can find more details about text analysis where it's applicable.
  2. In our other posts you can find details on these services.
  3. To check and use them in your projects, you can try our Boson project, which provides uniform way to send requests to them.


Comments

Popular posts from this blog

Computing ray origin and direction from Model View Projection matrices for raymarching

Forward and backward alpha blending for raymarching

Forward, Deferred and Raytracing rendering in openFrameworks and web