Skip to content

jtmst/rekog-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Verification API

Backend API service built using express and deployed via Amazon Ec2. Features dynamic image recognition and labeling using AWS Rekognize to verify and moderate image content. Stores user and imagine info, along with ratings, and tags, in a cloud hosted Mongo Database

Example frontend build using React and MaterialUI

Building and running on localhost

First install dependencies:

npm install

To run in hot module reloading mode:

npm start

To create a production build:

npm run build-prod

To create a development build:

npm run build-dev

Running

Open the file dist/index.html in your browser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published