Using AWS Facial Recognition to determine best gift for your Gifted One
- Version: 1.1.0
Add the following config.py
file to the project folder and Fill the empty credentials before running the code
# AWS S3 Credentials
AWS_REGION=''
AWS_ACCESS_ID=''
AWS_SECRET_KEY=''
-
Do Git Clone to clone the Repository.
-
Add a
config.py
file in the project folder (Format Given Above) or can make changes in config_template.py rename it to config.py -
Install the dependencies by doing
pip install -r requirements.txt
-
run the
app_webpage.py
file and keep it running in one terminal. -
Arguments - default is host = localhost, port = 3000
- If Running on local host
python app_webpage.py --host localhost -p 3000
- If running on different server - replace it with your IP
python app_webpage.py --host 3.4.5.6 -p 3000
- If Running on local host
-
Once the server is running without issues, open the link localhost:3000/
-
Choose your image and upload it to the wesbite.
-
Based on your image the system will suggest you products.
- Vinay Kumar Verma, Developer and Creator - For Facial Recognition using AWS, Pipeline, Webpage Part