Coder Social home page Coder Social logo

lostandfound-using-azure-computervision-textanalytics's Introduction

LostAndFound-using-Azure-ComputerVision-TextAnalytics

This code illustrates how to use Java, Computer Vision and Text Analysis to automate a Lost/Found system. The first scenario provides a solution where an item is found and a picture is taken of it and store in a Azure Blob Storage and the JSON metadata is stored in Azure Cosmos DB. Next, it shows how Computer Vision returns metadata about visual content found in an image (e.g. tagging, descriptions, colors, adult/racy restrictions etc).

Finally, it uses a scenario where the owner of the item submits a Lost/Found report, and Azure Text Analytics automatically extracts key phrases to search if the item was found. To do this, it you uses Azure Search Services to index data in the Cosmos DB and uses Lucene Fuzzy searchs for identity a match base of the key phrase.

#Prerequisties

  • Create an Azure Storage account. Create a Blob container for the images. The copy the Keys -> "Connectin String" and paste in the jave code
  • Create an Aure Computer Vision API. The copy the Keys and paste in the Java Code
  • Create an Aure the the (No SQL) Cosmos DB instance. An store the JSON results in the DB.
  • Create an Azure Search Service and chose the Cosmos datasource to create an indexer aganist it. E.g. https://docs.microsoft.com/en-us/azure/search/search-create-index-portal

lostandfound-using-azure-computervision-textanalytics's People

Contributors

ruyakubu avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.