Giter Site home page Giter Site logo

twitterrealtimeimageprocessing's Introduction

Lambda Architecture for Twitter Realtime Image Processing

Description

Lambda Architecture implementation using Apache Storm, Hadoop and HBase to perform Twitter real-time image processing analysis. The goal of this project is find the most representative images from images obtained from Twitter through a certain keyword.
To find these representative images, we will use the K-Means algorithm.

Link to the whole paper

Dependencies

Pre-requisites

Hbase, Storm and Hadoop have to be installed and set correctly on your pseudo-distribuited cluster.

Usage

To collect the images from Twitter, you have to get your personal Twitter Developers credential and insert it on .txt file. You will find an example inside the project as FakeCredential.txt

Start in this order:

  • Hadoop
  • HBase
  • Storm ( it start automatically on Eclipse in my case )

After that, you can finally execute in this order:

  • TwitterRealTimeImageProcessing.java
    • insert the keyword inside the arguments list
  • HadoopDriver.java
    • Choose the correct value as number of center, threshold and a file where to write the centers.
    • With CEDD Descriptor, we obtain a 144-dimensional vector.
    • If you want change descriptor, change also FeatureExtractorCEDD.java and all corrispondences.

At the end of kmeans, an HTLM page will show the results obtained html

Tips

This whole project was executed on Ubuntu 20.04.2 LTS

twitterrealtimeimageprocessing's People

Contributors

alessioventuri avatar

Watchers

Marco Bertini 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.