AI Powered face recognition web app that can be used to verify voters for elections. Submitted as part of the BTNG Election Hackathon 2018.
- Node.js (v 6+)
- Google Cloud Platform SDK
- An API key from Microsoft Azure Face API
- A Google Cloud Platform Datastore account. Data schema to be covered below
- Depending on your hosting environment, a number of environment variables are required including:
GCP_CONFIG_FILE
(contains the path to GCP SDK config json file),GCP_CREDENTIALS
(authentication details to your GCP account) andMS_SUBSCRIPTION_KEY
(Azure API key).
npm install
npm run start
to run an Express local server on port 3000npm run start-next
to run Next.js