profile-image-analyzer
v1.1.2
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
3
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
Usage
####Step 1:
Add ProfileImageAnalyzer in imports of your module file
import { ProfileImageAnalyzerModule } from 'profile-image-analyzer';
// Module Imports
imports:[
// ... Your Imports
ProfileImageAnalyzerModule
]
####Step 2:
Implement our component in your HTML file
<profile-image-analyzer></profile-image-analyzer>