Giter Site home page Giter Site logo

smart-album-frontend's Introduction

Smart Album Frontend

A smart photo album which web application that can be searched using natural language through both text and voice. Uploaded photos are automatically tagged using Computer Vision and user provided labels. These labels are then used for searching the smart album for results and display them back to the user.

Demo

Demo Demo
Demo 1 Demo 2
Demo 3 Demo 4

Objective

  1. Build a simple frontend application that allows users to:
    • i. Make search requests to the GET /search endpoint
    • ii. Display the results (photos) resulting from the query
    • iii. Upload new photos using the PUT /photos
  2. Create a S3 bucket for your frontend (B1).
  3. Set up the bucket for static website hosting (same as HW1).
  4. Upload the frontend files to the bucket (B2).
  5. Integrate the API Gateway-generated SDK (SDK1) into the frontend, to connect your API.
  6. Give the frontend user the choice to use voice rather than text to perform the search.
  7. Use Amazon Transcribe10 on the frontend to transcribe speech to text (STT) in real time, then use the transcribed text to perform the search, using the same API like in the previous steps.

In the upload form, allow the user to specify one or more custom labels, that will be appended to the list of labels detected automatically by Rekognition (see 2.d.iii above). These custom labels should be converted to a comma-separated list and uploaded as part of the S3 object’s metadata9 using a x-amz-meta-customLabels metadata HTTP header. For instance, if you specify two custom labels at upload time, “Sam” and “Sally”, the metadata HTTP header should look like: ‘x-amz-meta-customLabels’: ‘Sam, Sally’

Architecture

Architecture

smart-album-frontend's People

Contributors

reficul31 avatar

Watchers

 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.