Hosted in
- https://saulventura.shinyapps.io/AWSImageAnalytics/
- https://saulventura.shinyapps.io/AWSImageAnalytics1/
This repo contains an R Shiny app that employs AWS Rekognition features. Using this tool requires some familiarity with R and Shiny.
- The 'app.R' file integrates 'server.R' and 'ui.R', files that contain the server and UI logic for the app respectively.
- The *.py files are Python functions that invoke the AWS Rekognition functionalities.
- The 'www/images' folder is requiredwhen deploying the Shiny app for temporary processing.
- 'AWSImageAnalytics.Rproj' is the R project file for the Shiny app
- Put apps.R in a new folder.
- Add *.py files in the same folder.
- Create an empty sub-folder path /www/images/
- Register the AWS credentials in .Renviron file
- Run locally (remove Python virtual environment creation) or deploy to ShinyApps.