GithubHelp home page GithubHelp logo

geraldoramos / face-detector Goto Github PK

View Code? Open in Web Editor NEW
7.0 3.0 2.0 14 KB

A simple module to detect faces from an image URL or file (path)

License: GNU General Public License v3.0

JavaScript 100.00%
face-detection face-detector avatar-validator face-recognition face-recognizer opencv

face-detector's Introduction

Hi there ๐Ÿ‘‹

I'm a tech entrepreneur since I was a teenager when I started a web hosting company (Gigahost) back in 2002 in Joรฃo Pessoa, Brazil.

Gigahost survived for almost a decade before it was acquired by a bigger ISP in Brazil. In the meantime, I participated in many other ventures, including a Brazilian streaming service called Twitcast.me, a medical appointment service called Smark, a Groupon-like service called Polvo Pirata, and many other initiatives, all under a development agency umbrella called 6PS Group, based in Brazil.

In 2012, I moved to New York and eventually started another experiment called HackHands, which shortly became a company and after a year it was acquired by Pluralsight. For that matter, I've moved to Utah in 2015, and kept working with Pluralsight until 2020.

Today, I'm back to my entrepreneurial journey and Iโ€™m currently working on moises.ai. I'm also partner at Fuze, a development shop based Brazil, focused on native mobile development.

face-detector's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

face-detector's Issues

opencv error

Getting this one, just let you know.

node-pre-gyp ERR! Tried to download(403): https://node-opencv.s3.amazonaws.com/opencv/v6.0.0/Release/node-v48-darwin-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v48 ABI, unknown) (falling back to source compile with node-gyp)
/Users/harryfeng/Downloads/old/angelaBaby/node_modules/opencv/utils/find-opencv.js:21
throw new Error("ERROR: failed to run: pkg-config", opencv, flag);
^

Error: ERROR: failed to run: pkg-config
at /Users/harryfeng/Downloads/old/angelaBaby/node_modules/opencv/utils/find-opencv.js:21:23
at ChildProcess.exithandler (child_process.js:205:5)
at emitTwo (events.js:106:13)
at ChildProcess.emit (events.js:191:7)
at maybeClose (internal/child_process.js:891:16)
at Socket. (internal/child_process.js:342:11)
at emitOne (events.js:96:13)
at Socket.emit (events.js:188:7)
at Pipe._handle.close [as _onclose] (net.js:497:12)
gyp: Call to 'node utils/find-opencv.js --cflags' returned exit status 1 while in binding.gyp. while trying to load binding.gyp
gyp ERR! configure error
gyp ERR! stack Error: gyp failed with exit code: 1
gyp ERR! stack at ChildProcess.onCpExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:305:16)
gyp ERR! stack at emitTwo (events.js:106:13)
gyp ERR! stack at ChildProcess.emit (events.js:191:7)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12)
gyp ERR! System Darwin 16.7.0
gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/Users/harryfeng/Downloads/old/angelaBaby/node_modules/opencv/build/opencv/v6.0.0/Release/node-v48-darwin-x64/opencv.node" "--module_name=opencv" "--module_path=/Users/harryfeng/Downloads/old/angelaBaby/node_modules/opencv/build/opencv/v6.0.0/Release/node-v48-darwin-x64"
gyp ERR! cwd /Users/harryfeng/Downloads/old/angelaBaby/node_modules/opencv
gyp ERR! node -v v6.11.2
gyp ERR! node-gyp -v v3.4.0
gyp ERR! not ok
node-pre-gyp ERR! build error
node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/Users/harryfeng/Downloads/old/angelaBaby/node_modules/opencv/build/opencv/v6.0.0/Release/node-v48-darwin-x64/opencv.node --module_name=opencv --module_path=/Users/harryfeng/Downloads/old/angelaBaby/node_modules/opencv/build/opencv/v6.0.0/Release/node-v48-darwin-x64' (1)
node-pre-gyp ERR! stack at ChildProcess. (/Users/harryfeng/Downloads/old/angelaBaby/node_modules/opencv/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
node-pre-gyp ERR! stack at emitTwo (events.js:106:13)
node-pre-gyp ERR! stack at ChildProcess.emit (events.js:191:7)
node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:891:16)
node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
node-pre-gyp ERR! System Darwin 16.7.0
node-pre-gyp ERR! command "/usr/local/bin/node" "/Users/harryfeng/Downloads/old/angelaBaby/node_modules/opencv/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
node-pre-gyp ERR! cwd /Users/harryfeng/Downloads/old/angelaBaby/node_modules/opencv
node-pre-gyp ERR! node -v v6.11.2
node-pre-gyp ERR! node-pre-gyp -v v0.6.39
node-pre-gyp ERR! not ok
Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/Users/harryfeng/Downloads/old/angelaBaby/node_modules/opencv/build/opencv/v6.0.0/Release/node-v48-darwin-x64/opencv.node --module_name=opencv --module_path=/Users/harryfeng/Downloads/old/angelaBaby/node_modules/opencv/build/opencv/v6.0.0/Release/node-v48-darwin-x64' (1)
npm WARN [email protected] No description
npm WARN [email protected] No repository field.
npm WARN In [email protected] replacing bundled version of node-pre-gyp with [email protected]
npm ERR! Darwin 16.7.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "face-detector"
npm ERR! node v6.11.2
npm ERR! npm v3.10.10
npm ERR! code ELIFECYCLE

npm ERR! [email protected] install: node-pre-gyp install --fallback-to-build
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'node-pre-gyp install --fallback-to-build'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the opencv package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-pre-gyp install --fallback-to-build
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs opencv
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls opencv
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /Users/harryfeng/Downloads/old/angelaBaby/npm-debug.log

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.