Skip to content

Memphis1983/check-your-emotion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer Vision & Face API

Using Azure's cognitive services

Users can upload a photo and have their emotions analyzed!

Emtion Check


Install

npm install


Things to add

  • Create a config folder with a .env file and add the following as key = value
    • PORT = 2121 (can be any port example: 3000)
    • CLOUD_NAME = your cloudinary cloud name
    • CLOUD_API_KEY = your cloudinary api key
    • CLOUD_API_SECRET = your cloudinary api secret
    • MS_COMPUTER_VISION_SUBSCRIPTION_KEY = your Microsoft Subscription Key
    • MS_COMPUTER_VISION_ENDPOINT = your Microsoft Computer Vision Endpoint
    • MS_FACE_ENDPOINT = your Microsoft Face Endpoint
    • MS_FACE_SUB_KEY = your Microsoft Face Key

Run

npm start