Skip to content

There has been a high usage of AI/ML models in retail e-commerce, from search engines, recommendation as well as product identification. In this project we will be predicting the brand as well as the price of the product. We will be concentrating on 2 types of products namely watches and handbags

License

Notifications You must be signed in to change notification settings

ssameermah/What-s-the-Price

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What-s-the-Price

Deep Learning Project: Retail image classification and regression

A quick guide on installation of important libraries and running the code. The project has four .ipynb files - watch_classification.ipynb, regression_watch.ipynb, bags_classification and bags_regression.ipynb

Watch and Bags Classification and Regression

Both of the classification and Regression ipynb files consists of 3 models each namely a Custom Model, InceptionV3 Transfer Learning model, DenseNet201 Transfer learning model. Thus in a way we trained 12 models for this project.

How to use the project

We have built a streamlit application which takes an image input of a bag or a watch. The website then predicts the brand and the estimated price of the product given as input. Note: Our models take a lot of space and hence the web application is about 2 to 3 GB. We are facing some storage issue while deploying it currently

Problems and Challenges

image

image

image

Lessons Learned and Perspectives

To create efficient models , it is important to have good quality data. Maybe more in-depth pre-processing techniques could help improve the model performance.

  1. Image Data Generator helps reduce overfitting our data.
  2. Using complex models will improve performance but needs more computation power and might not always be the best solution.
  3. Image regression for price prediction is a difficult task when you have many unique price points. Regression may be improved if we put prices range in various categorical bins.

Contributors

© Sameer Mahajan © Harsh Deokuliar

About

There has been a high usage of AI/ML models in retail e-commerce, from search engines, recommendation as well as product identification. In this project we will be predicting the brand as well as the price of the product. We will be concentrating on 2 types of products namely watches and handbags

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published