GithubHelp home page GithubHelp logo

stags's Introduction

STagS: Singleton Tagging Service

Author: Wei Dong ([email protected])

Introduction

The goal of STagS is to experiment with the idea of a RESTful omnipotent tagging service: upon receiving a POSTed chunk of data from the client, the server will try to identify the type of data, and invoke various appropriate backends to generate tagging data. Recent years have witnessed a rapid advancement in machine learning technologies as well as the emergence of many high quality open-source software for processing visual, audio, textual and other types of non-structural data. STagS is to integrate many of such software and provide a unified portal to them.

More specifically, STagS produces a single huge statically linked monolithic Linux executable that is supposed to run on any Linux system with kernel version >= 2.6 and with an X86_64 CPU.

Disclaimer

This project is for fun and does not reflect my understanding of good software engineering practice. Readers/Users should understand that, static linking, although bringing convenience in deployment, has obvious limitations, and is considered by some people as a bad practice.

Using the Service

A demo service is currently deployed, and can be invoked from commandline with CURL:

curl -F "[email protected]" -F "[email protected]" http://wdong-prod.apigee.net/stags

The API can also be accessed from a program, assuming multiple data files are properly POSTed with multipart/form-data.

Building and Running

It's a daunting task to build this project due to the numerous dependencies, and running the program requires putting together pre-trained models. At this stage, this project is for my own fun. You've been warned.

Email me if you want to replicate the service and contribute to the development.

Currently Integrated Software

  • served C++ RESTful web server library.
  • libmagic Data type identification. Given an arbitrary chunk of data, libmagic returns the MIME type.
  • caffe The neural network library for image recognition.
  • MITIE Text processing.

Software Planned to be Integrated

stags's People

Contributors

aaalgo avatar

Stargazers

 avatar Hao Wu avatar

Watchers

James Cloos avatar xingwudao avatar  avatar

Forkers

bssrdf

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.