Skip to content

Files

Latest commit

d08f9c2 · Apr 19, 2019

History

History

pyspark

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 19, 2019
Apr 19, 2019
Apr 19, 2019
Apr 19, 2019
Apr 19, 2019

PySpark streaming example of an image classification algorithm on Twitter images

Simple demonstration of using a deployed model on Algorithmia to make inferences on streaming data from Twitter.

Algorithm used: https://algorithmia.com/algorithms/algorithmiahq/DeepFashion

Dependencies:

  • Tweepy
  • Socket
  • PySpark
  • Algorithmia

Files:

  • deep_fashion.py (main app)
  • conf.json (store twitter credentials)
  • keys.py (extracts twitter creds)