A library that downloads images from a twitter feed, convert them to a video and describe the content of the images in the video.
How to start
- Make sure you have pip installed
- Install following dependencies:
tweepy
pip install tweepy
ffmpeg
sudo add-apt-repository ppa:mc3man/trusty-media sudo apt-get update sudo apt-get install ffmpeg sudo apt-get install frei0r-pluginswget
pip install wgetsrt
pip install srtGoogle Cloud Vision
pip install --upgrade google-cloud-vision
- Make sure you have your tweepy token and google-cloud keys
- Run!