Skip to content

minori-fh/altgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AltGen 🔤

Description of Site

"AltGen" is a Node.js application that utilizes Google's Cloud Vision API to perform text detection on images and stores the images in Amazon's S3 object storage service.

The site was built for the purpose of demonstrating the usage of Vision API to create alt text for front-end purposes.

Pictures of Site

Click here to visit site

Upload Image Input Panel:
Input panel

Text detection - JSON view: Output Panel: JSON view

Text detection - PHOTO view: Output Panel: PHOTO view

Getting Started

These instructions will help get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What you will need to install before downloading and running this application:

  1. NODE
  2. NPM

Once the above are installed, download the repository and install server dependencies:

# open a new shell and navigate to AltGen directory
$ npm i
# this will install all the dependencies for the server portion of this application

Start the server:

# once server dependencies are installed, navigate to the AdoptAFurryFriend directory and start the server
$ node server.js

Before starting the client, add a proxy in the client's package.json file:

  "proxy": "http://localhost:8080",

Navigate to the client directory, install dependencies and start react client:

# open a new shell and navigate to AltGen client directory
$ npm i
$ npm start

Ideas for Future Improvement(s)

Incorporate a database and connection with Google Drive to allow users to upload images from the Drive and perform CRUD on images/detections.

Built with:

  1. Cloud Vision API
  2. Amazon AWS S3**
  3. Express
  4. React
  5. HTML
  6. CSS3
  7. Javascript
  8. Node*

** AWS is incorporated in the application for demonstration purposes and future improvements

*Node Packages Used

  1. Multer
  2. Axios
  3. Google Cloud Vision API
  4. AWS SDK
  5. Path

Author(s):

  1. Minori Hashimoto

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published