Tldw is a webapp to pass the time while watching long, excruciating videos. Just put in the link to the YouTube video you are watching, then wait as our Revlo and Giphy powered backend does sentiment analysis to give you the GIFs that best reflect the video!
-Built by Andrew Chen, Hari Subbaraj, Jerry Yu @HackMIT2018 using React/Redux, Flask, Revlo, Giphy, nltk, and requests xD
- Clone repo
- npm install package.json
- pip install (pytube, flask, nltk, requests)
- brew install ffmpeg
To run application:
- npm start
- FLASK_APP=server.py flask run (in separate terminal)