Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softchris/cogservices-face-api
cog services api example directed on the face api
https://github.com/softchris/cogservices-face-api
Last synced: 17 days ago
JSON representation
cog services api example directed on the face api
- Host: GitHub
- URL: https://github.com/softchris/cogservices-face-api
- Owner: softchris
- Created: 2019-03-23T00:33:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-24T22:51:30.000Z (over 2 years ago)
- Last Synced: 2024-10-07T13:23:02.774Z (about 1 month ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Create a cog services account
```
https://docs.microsoft.com/en-gb/azure/cognitive-services/cognitive-services-apis-create-account?cogservices-face-api-softchris-chnoring
```## Further reading
```
https://docs.microsoft.com/en-gb/azure/cognitive-services/face/quickstarts/node?cogservices-face-api-softchris-chnoring
```## Set env variables
You need to create a .env file with two values:
```
URL=
API_KEY=
```