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.
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
- IBM Watson https://www.ibm.com/watson/services/visual-recognition
Read more: IBM Watson AI service details - Microsoft Vision https://azure.microsoft.com/en-us/services/cognitive-services/computer-vision/
Read more: Using Microsoft Computer Vision API with curl - Google Vision AI https://cloud.google.com/vision/
- Amazon rekognition https://docs.aws.amazon.com/en_us/rekognition/latest/dg/what-is.html
- Deepai.org https://deepai.org/api-docs
Notes
- Here is pointed services and their parts related to vision, but there you can find more details about text analysis where it's applicable.
- In our other posts you can find details on these services.
- To check and use them in your projects, you can try our Boson project, which provides uniform way to send requests to them.
Comments
Post a Comment