Book Image

Haskell Data Analysis Cookbook

By : Nishant Shukla
Book Image

Haskell Data Analysis Cookbook

By: Nishant Shukla

Overview of this book

Table of Contents (19 chapters)
Haskell Data Analysis Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 10. Real-time Data

This chapter will cover the following recipes:

  • Streaming Twitter for real-time sentiment analysis

  • Reading IRC chat room messages

  • Responding to IRC messages

  • Polling a web server for the latest updates

  • Detecting real-time file directory changes

  • Communicating in real time through sockets

  • Detecting faces and eyes through a camera stream

  • Streaming camera frames for template matching