Sanjyot Shah
Sanjyot Shah

Reputation: 225

How do I determine what technology has been used for a website backend?

just out of curiosity, I was wondering if its possible to determine what technology has been used for a website backend?

I stumbled upon this (http://propercloth.com/custom-dress-shirts/) website and was wondering what have they used for the image processing part where the shirt image is generated on selecting the desired fabric. Is it matlab or can anyone suggest any image processing technology which can be used to create a similar functionality?

Upvotes: 0

Views: 448

Answers (1)

Mathias
Mathias

Reputation: 324

Taking a look at the client server communication I strongly believe that this is a well prepared composition of images, not an automated search. So there's definitely no need for MatLab here, just a database, jquery, some server side scripting and a hell lot of images.

If you need live search of fabrics you might take a look at OpenCV (computer vision framework), TinEye (similar image search service), LIRE (library for sontent based image retrieval), etc.

Network communication in Chrome

Upvotes: 1

Related Questions