Home

Awesome

<p align="center"> <img src="https://raw.githubusercontent.com/qeeqbox/image-analyzer/main/readme/imageanalyzer_logo.png"></p>

Image analyzer is an interface that simplifies interaction with image-related deep learning models. The interface has built-in features that get adjusted based on the models. You need to set the destination folder that contains your models with specific pattern names. The built-in features will use the names.

The interface was initially part of an internal project that detects abusive content with the possibility of tracing the subjects.

Structure

<img src="https://raw.githubusercontent.com/qeeqbox/image-analyzer/main/readme/structure.png">

Interface

<img src="https://raw.githubusercontent.com/qeeqbox/image-analyzer/main/readme/intro.gif" style="max-width:768px"/>

How to run?

sudo apt-get install -y python3-opencv
pip3 install image-analyzer
from imageanalyzer import run_server
run_server(settings={'input_shape':[224,224], 'percentage':0.90, 'options':[], 'weights': {'safe':50,'maybe':75,'unsafe':100}, 'verbose':True},port=8989)

Name structue

E.g.

The following are examples of the model generated automatically by QeeqBox Automated Deep Learning System for large files. The examples are included in this project

Other Projects