Coder Social home page Coder Social logo

devsmos / rekognition-opensorce Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ccextractor/rekognition

0.0 0.0 0.0 3.31 MB

Free and Open Source alternative to Amazon's Rekognition service. CCExtractor Development | Poor Man's Rekognition

License: GNU General Public License v3.0

Shell 0.59% Python 95.02% HTML 3.81% Dockerfile 0.58%

rekognition-opensorce's Introduction

Poor Man's Rekognition


Google Summer Of Code Project under CCExtractor Development

Build Status Python 3.X GPLv3 license


This project aims at providing a free alternative to Amazon Rekognition services.

Setup

For End-User

git clone https://github.com/pymit/Rekognition

docker image build ./

Note down the IMAGEID at the end and run the docker

docker run -p 8000:8000 <IMAGEID>

For Developers

To setup the project locally for development environment check this wiki link

Usage

This project currently supports

Feature cURL
Face Recognition with FaceNet curl -i -X POST -H "Content-Type: multipart/form-data " -F "file=@<path to image file> " --form network=1 http://127.0.0.1:8000/api/image/
Face Recognition with RetinaNet curl -i -X POST -H "Content-Type: multipart/form-data " -F "file=@<path to image file> " --form network=2 http://127.0.0.1:8000/api/image/
Similar Face Search curl -i -X POST -H "Content-Type: multipart/form-data" -F "file=@ <path to reference image>" -F "compareImage=@ <path to compare Image>" http://127.0.0.1:8000/api/simface/
NSFW Classifier curl -i -X POST -H "Content-Type: multipart/form-data " -F "file=@<path to image file> " http://127.0.0.1:8000/api/nsfw/
Text Extraction curl -i -X POST -H "Content-Type: multipart/form-data " -F "file=@<path to image file> " http://127.0.0.1:8000/api/scenetext/
Object Detection curl -i -X POST -H "Content-Type: multipart/form-data " -F "file=@<path to image file> " http://127.0.0.1:8000/api/objects/
Scene Classification curl -i -X POST -H "Content-Type: multipart/form-data " -F "file=@<path to image file> " http://127.0.0.1:8000/api/scenedetect/

Details on documentation can be found here.

Communication

Real-time communication for this project happens on slack channel of CCExtractor Development, channel link. You may join this channel via this link

References

This project uses the following.

  1. FaceNet
  2. CRNN
  3. EAST
  4. Synth90k
  5. YOLOv3
  6. Places365
  7. RetinaFace

License

This software is licensed under GNU GPLv3. Please see the included License file.

rekognition-opensorce's People

Contributors

marxmit7 avatar pulkitmishra avatar abbasidaniyal avatar harshcasper avatar yb221 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.