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 installcommand , to install dependencies
- Make new access key from AWS IAM Managemnt console
- make
.envfile 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
cacheinside /api/src and give the dir 777 permissions
- run php server inside /api , using
PHP -S 127.0.0.1:3001command to start the server - to run the app run
npm run startcommand will open the application on localhost:3000
