1. I want the client to access the website www.abc.com
2. Then upload an IMAGE FILE
3. Process the image at the server and return the processed file back to the client
I wish to know how to accomplish this task in python using Flask and REST API?
or
Should I go for Django REST Framework to achieve the same?