Web app to asynchronously perform neural style transfer on given images.
- Flask : Web framework
- Celery: Distributed Task Queue
- Redis : As a task broker and result backend for the tasks
- Tensorflow: For neural style transfer task
Web app to asynchronously perform neural style transfer on given images.