face-recognition-brain icon indicating copy to clipboard operation
face-recognition-brain copied to clipboard

Final project for ZTM course

Results 16 face-recognition-brain issues
Sort by recently updated
recently updated
newest added

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4. Release notes Sourced from loader-utils's releases. v2.0.4 2.0.4 (2022-11-11) Bug Fixes ReDoS problem (#225) (ac09944) v2.0.3 2.0.3 (2022-10-20) Bug Fixes security: prototype pollution exploit...

dependencies

`const app = new Clarifai.App({ apiKey: "af5a54585af246268c4c47d1cb9bf816", }); app.models .predict("af5a54585af246268c4c47d1cb9bf816", this.state.input) .then( (response) => { console.log(response) }, (error)=> { console.error(error); } );`

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Thanks for your amazing web developer course...

Added missing t on height

hey aneagoie! there is this bug in your code i.e when you click the "signout" button it takes you to the registration page, well ideally it should take you to...

## The Problem When cloning this repo, adding a valid API key in ./src/App.js, and installing Node packages, the web app is not functional. ## The Error When adding valid...