inyunch / aws-rekognition-workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo:

image

Technologies used:

AWS EC2, AWS S3, AWS Rekognition-demo, Python 3.7, html, javascript, CSS3

How to use:

When we upload the photo and click "upload", then it will show the image label with confidence.

Proposed system architecture:

image

Install requirements

#paste in the terminal 
$ git clone https://github.com/inyunch/aws-rekognition-workshop
$ sudo apt-get update 

$ sudo python3 -m pip install -U pip
$ sudo python3 -m pip install -U setuptools

# install environments 
$ cd aws-rekognition-workshop 
$ sudo pip3 install -r requirements.txt

#edit config.py 

#execute 
$ python3 application.py

About

License:MIT License


Languages

Language:Python 80.6%Language:HTML 18.6%Language:CSS 0.8%