ming86 / twitter

rxcpp example of live twitter analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

twitter

rxcpp example of live twitter analysis

president-elect

This project was inspired by a talk by @nconnaughton - github, twitter

The goal for this app is to show rxcpp usage and explore machine learning on live data.

This app demonstrates how multi-thread code can be written using rxcpp to hide all the primitives. thread, mutex, etc.. are all hidden behind the algorithms.

CMake is used for the build. There are dependencies on several libraries. (curl, oauth, sdl2, opengl, GLEW, nlohmann/json, Range-v3)

This project has only been built and tested on OS X, but it should be portable to other environments.

Here is a video of an older version running during the seahawks vs eagales game baldwin pass to wilson

I also uploaded a video of an even older version of the app running on election night 2016 election 2016 live twitter

About

rxcpp example of live twitter analysis

License:MIT License


Languages

Language:C++ 82.1%Language:C 17.0%Language:CMake 0.9%