AI to detect celebrities from picture using aws celebrities recognition api. see demo
nodejs
php ^7
composer
- clone the repo
https://github.com/tawfek/StarFinder.git
- run
npm run install
command , to install dependencies
- Make new access key from AWS IAM Managemnt console
- make
.env
file like the .env.example - add your access key ID and secret access key in env
- edit the API_ENDPOINT target with your own server
- inside /api run
composer install
- make cache dir called
cache
inside /api/src and give the dir 777 permissions
- run php server inside /api , using
PHP -S 127.0.0.1:3001
command to start the server - to run the app run
npm run start
command will open the application on localhost:3000