GithubHelp home page GithubHelp logo

web_advanced_assignment_02's Introduction

Assignment 02

RESTful Project

Assignment Specification

Develop a small project using a RESTful API of your own choice. You may combine two or more APIs if you need to. The only minimum requirement is to demonstrate usage at least 5 different API requests

Projects for inspiration

Submission Details

By using Google Vision API I tried to create a simple web app which can be used to analyze ‘labels', 'text', 'faces’ on a given image and with the help of Google Translate API I translate the detected text on the image from English to Spanish. To be able to upload image I am using Multer and Morgan dependencies. Notes for myself:

  • Morgan is basically a logger, on any requests being made,it generates logs automatically.
  • Multer is a node.js middleware for handling multipart/form-data, which is primarily used for uploading files.

Screens

Reference Screens Reference Screens Reference Screens

Running

  • $> npm install
  • $> bower install
  • $> npm start
  • you should put your apikey to inside of .env file (no need to set in the code)
  • you should put your keyfile.json file
  • localhost:8080/upload page is for uploading a photo

My Resources

Resources

web_advanced_assignment_02's People

Contributors

mehtapaydin avatar

Stargazers

Park Jinhui avatar

Watchers

James Cloos 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.