Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 719 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 719 Bytes

SeamBot

Facebook Messenger chatbot as a Seam Carving Helper

This project runs a webhook application on a AWS EC2 instance. The application takes images from the users via facebook messenger and returns the images with new dimension that went through the seam carving algorithm.

Seam Carving Helper Facebook Page: https://www.facebook.com/seamcarvinghelper/

The bot overview: System design

The finite state machine desgin for bot user class:

Bot user finite state machine

You can find the basic seam carving information here: https://en.wikipedia.org/wiki/Seam_carving

Acknowledgement: https://github.com/vivianhylee/seam-carving