React-Native app that allows one to classify images through the use of the AWS Rekognition API
- npm
- terraform
- Expo XDE
- picInsight require some external infrastructure who's deployment is handled by: terraform
- Follow these instructions to get started with infrastructure deployment (or just continue on below)
cd deployment/terraform/
terraform init && terraform apply
cd ../../
npm install
- Proceed to open project w/ Expo XDE
- Must use
redux
- Must make at least one network call
- Must have at least one stack navigator
- Must have at least one tab navigator
- Must be at least as large in scope as the previous projects
- Implement redux
- Display Rekognition results:
- Image w/ bounding boxes drawn (if face(s) detected)
- Wikipedia links for most specific labels
- Raw Json data
- Update: https://github.com/scottx611x/final-project-scottx611x