Skip to content

A web app that processes images and displays celebrities' names, if found. It uses AWS Rekognition for image processing, FastAPI for REST API, and React.js for the UI.

Notifications You must be signed in to change notification settings

zivattias/rekognize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rekognize

Rekognize lets you upload any image (jpg, jpeg, png) you like, and recognizes celebrities in it using AWS Rekognition.

Powered by:

FastAPI - REST API framework for Python (quick & efficient)
Boto3 - AWS SDK for Python
React - UI framework
Vercel - Frontend deployment
AWS EC2 - Remote machine for REST API deployment

Usage:

  1. Click on the production link in this Git repository
  2. Upload your image to the UI
  3. Submit and let the magic happen!

Note: Rekognize requires you to DISABLE Mixed-Content security settings, since I haven't purchased SSL/TLS certifications for my AWS EC2 server. This shouldn't be a fatal problem, since you're only disabling it for this specific website! For more information, please visit: chrome://settings/content/insecureContent?search=insecure using Google Chrome.

Demo:

Let's take this picture of Friends' cast and upload it to Rekognize:

We get:

About

A web app that processes images and displays celebrities' names, if found. It uses AWS Rekognition for image processing, FastAPI for REST API, and React.js for the UI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published