Learn-Write-Repeat / Open-contributions

This Repository is for Learning purpose, and open contributions under DevIncept program.
https://dcp.devincept.com/
MIT License
47 stars 445 forks source link

Learning Flask #232

Open Ashishkumarpanda opened 3 years ago

Ashishkumarpanda commented 3 years ago

Get to know about Flask

Work done today (Day 2)

Comparison between the solution providers in field of AI Topic Amazon Google Microsoft
Object Detection Amazon Rekognition Google cloud Vision Microsoft Cognitive Services
Scene Detection Provides The Api Provided by the same api Provided by the same Api
Facial Detection Provides The Api Provided by the same api Provided by the same Api
Facial Analysis Provides The Api Provided by the same api Provided by the same Api
Inappropriate content Description Provides The Api Provided by the same api Provided by the same Api
Celebritry Recognition Provides The Api Provided by the same api Provided by the same Api
Text Recognition Provides The Api Provided by the same api Provided by the same Api
The above mentioned topics are provided by the same Api's in the similar platform eg. Amazon Rekognition for amazon ,Microsoft Cognitive Services for Microsoft ,Google cloud Vision for google.As from The resources we came to know that the following facts Difference Topic Amazon Google Microsoft
Search for similar images on Web Not provided Ilan.Google.API this API is used for this purpose by google Not Provided
Logo Detection Not provided Flik 27 logo is used also for detecting logo by google Not Provided
Landmark Detection Not provided The Vision API now supports offline asynchronous batch image annotation for all features. Provided by Microsoft Cognitive Services
Dominant color Detection Not provided Provided by Google cloud Vision Provided by Microsoft Cognitive Services

Work done today (Day 3)

What is Multitenancy? In cloud computing, multitenancy means that multiple customers of a cloud vendor are using the same computing resources. Despite the fact that they share resources, cloud customers aren't aware of each other, and their data is kept totally separate. Multitenancy is a crucial component of cloud computing; without it, cloud services would be far less practical. Multitenant architecture is a feature in many types of public cloud computing, including IaaS, PaaS, SaaS, containers, and serverless computing.

Advantages