GithubHelp home page GithubHelp logo

pixlee-public's Introduction

PIXLEE

PIXLEE Computer Vision System

The purpose of this project is to provide PIXLEE with a system that will take a template, and filter photos from a clients social media stream by that template. The example data used for this system is from Coke, and the templates used to filter were a picture of a can, and a picture of the coke logo. A visualization of the original and filtered images was created by Greg Palmer- https://github.com/g-palmer/, and is viewable at http://computer-vision-example-pixlee.nodejitsu.com/.

PIXLEE provides technologies that enable clients to collect, display and measure user-generated photos, as well as leverage their photos to drive traffic and increase sales. Currently photos are filtered manually, and PIXLEE has no methodology to automatically select images that contain a certain image. I developed a script that does this, and uploaded it to a ubuntu server connected to S3 buckets that allow for easy access to templates, and export of filtered photos.

Look at MASTER_FINAL for a version of the final script that has been modified to protect PIXLEE's privacy.

Filtering Process-

  1. Upload template to be filtered to S3
  2. Enter command line inputs on EC2 Ubuntu server
  3. Retrieve JSON objects from API
  4. Convert to CSV (later used to score photos that contain the template)
  5. Retrieve photos and store to server
  6. Analyze photos
  7. Output filtered photos to S3, scored data to CSV file

Command Line Inputs-

python master_FINAL.py 400 ‘http://APIKEYANDROOT=‘ 's3://PIXLEE_HACKREACTOR/can.jpg’ ‘s3://PIXLEE_HACKREACTOR/logo.jpg’

  1. master_FINAL.py- name of most recent update of script
  2. 400- the number of photos to filter
  3. http://APIKEYANDROOT=‘ - root of the API call
  4. 's3://PIXLEE_HACKREACTOR/can.jpg’- location of the first template
  5. ‘s3://PIXLEE_HACKREACTOR/logo.jpg’- location of the second template

pixlee-public's People

Contributors

sheltowt avatar

Stargazers

 avatar

Watchers

 avatar  avatar Kostas Georgiou avatar  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.