/person-detection

Detect person, age, gender, emotions, clothes' brands

Primary LanguageJavaScriptMIT LicenseMIT

person-detection

Detect person, age, gender, emotions, clothes' brands

Get started

  1. Install node.js
  2. Create file .env from sample .env.sample From project directory path/to/folder/person-detection
  3. Install npm dependences npm install
  4. In command line call npm start
  5. Open client/index.html in browser Chrome
    • by drag-and-drop file to browser
    • go by path file:///path/to/folder/person-detection/client/index.html