A creative project to suggest a recipe from certain ingredient images. The project is using web scraping, PCA, and kNN techniques and is implemented by Javascript and Python.
User will choose some images of ingredients, the application will give you a cuisine and will show you how to turn the ingredient to the cuisine by image transfer.
Connect the python script and communicate with the client webpage.
Receive and send data from/to the server.
The code for Dropzone
Get ingredient keywords from server and go online to scrape the cuisine image online.
Do PCA and kNN in Caltech256 database. Look for the shortest image path between the ingredient image and the cuisine image.