http://dodo-recommender.us-west-2.elasticbeanstalk.com/
Dodo Recommender is a search engine for Vintage Luxury goods. Powered by our deep learning image feature extraction model, Dodo recommends similar items from online shops all over the world upon your uploaded image of a luxury item, in terms of style, pattern, and category.
The user can click on the item he's interested in and be redirected to the associated external shop page.
The backend is built upon Python Flask scripts, consisting functionalities including image uploading, similarity generation, database query/output, and user system.
The database is hosted on AWS S3 and RDS servers, connected with boto3 and flask_alcamy API.
The application is deployed to the AWS Elastic Beanstalk server via docker image.