1.0.7 • Published 6 years ago

profile-image-analyzer-reactcomponent v1.0.7

Weekly downloads
33
License
-
Repository
-
Last release
6 years ago

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 />
)