Giter Site home page Giter Site logo

brainhub24 / image-analyzer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from qeeqbox/image-analyzer

0.0 0.0 0.0 40.06 MB

Interface for Image-Related Deep Learning Models (E.g. NSFW, MAYBE and SFW)

License: GNU Affero General Public License v3.0

Shell 1.24% Python 43.86% HTML 54.90%

image-analyzer's Introduction

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

Interface

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

  • [Name] Name of the model
  • [Info] Description
  • [Categories] Your model categories (if any)
  • [Number] Model place
  • .h5 Model extention

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

  • [Model 3.224x][Find safe, maybe and unsafe images 3.224][safe unsafe][1].h5
  • [Model 2.224x][Find safe and unsafe images 2.224][safe maybe unsafe][2].h5

Other Projects

image-analyzer's People

Contributors

giga-a avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.