I want to make a web application that will read colors in RGB of logos and create suggestions of color scales for websites.
The algorithm will be in python using OpenCV.
The client uploads the image > the image is read by the > the server returns the results to the client.
My questions:
How to communicate the client side with the algorithm? I really have no idea how to structure this.
How do I include the OpenCV module in Python on the server? I installed it on my machine, but I would need to install it also on the server, right? (Consider using AWS)