Learn-Write-Repeat/Open-contributions

Learning Flask

Ashishkumarpanda opened this issue · 0 comments

Get to know about Flask

  • Flask is a micro web framework written in Python.It is micro because it doesn't required perticular libraries

Work done today (Day 1)

  • create a virtual enviourment for flask
  • create a Python file to create the web app
  • Try to print my name in the web app
  • i have uploade the work on my github profile here's the Link
  • Here's the output i get image

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

  • Better use of resources
  • Lower costs
  • Possible security risks and compliance issues
  • The "noisy neighbor" effect