Skip to content

A library that downloads images from a twitter feed, convert them to a video and describe the content of the images in the video.

Notifications You must be signed in to change notification settings

scottlx/twitter-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

twitter-project

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

  1. Make sure you have pip installed
  1. 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-plugins  

wget

pip install wget

srt

pip install srt

Google Cloud Vision

pip install --upgrade google-cloud-vision
  1. Make sure you have your tweepy token and google-cloud keys
  1. Run!

About

A library that downloads images from a twitter feed, convert them to a video and describe the content of the images in the video.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages