profile-image-analyzer-reactcomponent
v1.0.7
Published
ProfileImageAnalyzer component helps you to `analyze profile picture` with our Smart Api ,where you can use our inbuilt checks like `Brightness`,`Blurry`,`Detect Celebrity`,`Check Face Orientation`, `Cartoon Face Detection` & also does `Image moderation f
Downloads
17
Maintainers
Readme
profile-analyzer-component
ProfileImageAnalyzer component helps you to analyze profile picture
with our Smart Api ,where you can use our inbuilt checks like Brightness
,Blurry
,Detect Celebrity
,Check Face Orientation
, Cartoon Face Detection
& also does Image moderation for adult/racy contents
in the profile image.
Installation
Run the following command:
npm i profile-image-analyzer-reactcomponent
Usage
Add our component inside your component.
import ProfileImageAnalyzerContainer from 'profile-image-analyzer-reactcomponent';
return(
<ProfileImageAnalyzerContainer />
)