Skip to content

prathikshetty2002/Dripy

Repository files navigation

Dripy - A fashion corner for genz's

Welcome to Dripy🙌 ! an e-commerce recommendation system built with machine learning. It has a lot of key features, one of the highlight is Reverse image 🔍. Dripy also focuses on the sellers by providing them a marketplace to avail features such as logs and analysis. In future scope 💡, we also intend to add features like sentiment analysis, user segmentation and user retention predictions. Take a look at our marvellous project 👌. Fun fact - our project was among the Top 10 in the Tsec codetantra national level hackathon. If you liked our project, consider giving it a star <3 🤩. Contributions/suggestions are welcomed !

Tech Stack

Frontend - Next.js, SaaS

Backend - Firebase

Framework - Flask

Database - Firestore

Machine Learning - Tensorflow, Opencv, Keras & Sklearn

Languages & Tools

bash css3 firebase flask framer git html5 javascript linux nextjs opencv python sass tailwind tensorflow webpack

Roadmap

🌐 Finding appropriate dataset - kaggle

🌐 Data cleaning & Feature selection

🌐 Start building a website to store items

🌐 Building the model in flask

🌐 ResNet50 state-of-art model integration

🌐 Chatbot integration

🌐 Model integration & testing

🌐 Preparing power bi report

🌐 Publishing to power bi service

🌐 Project is ready and live

Documentation

🔼About our project

Dripy is an ecommerce recommendation system where user can find similar products based on attributes like wear type, colour, sellers, category, etc. Dripy implements these features currently :

  • Search products
  • Reverse image search
  • Product recommendation
  • Marketplace for sellers
  • Sales analytics
  • Chatbot for user experience

🔼Ecommerce Dataset - kaggle

The dataset source taken from the kaggle platform. The images were of lower resoultion. We enhanced the images so that the classification model works properly and detect different objects efficiently.

🔆Here is the link to the dataset : Fashion Product Images

🔆The dataset generated by us for the analysis and recommendation purpose : Dripy dataset

🔼Dripy website

Our website is build upon NextJS and firebase. We have loaded the 10k+ image dataset onto our firebase db and then fetch them to our website to display the products. The data was also handled using firebase and the UI was Material design. The website was focused to be minimilastic as our main aim was to build recommendation system. But we have provided sufficient features for user to shop on our range of products.

🔼Recommendation system

The recommendation system works based on the image classification technique. It uses deep learning model built on ResNet50 a residual neural network to classify and find similar products for the user. This technique is known as transfer learning, where the model has gone through a number of iterations before and trained to some extent. These sort of models provide a great accuracy and efficient to implement.

🔼Reverse image search

The reverse image search is similar feature such as google lens. The user must enter the url of the image it can be in any format like png,jpeg,jpg,etc. It was build using the transfer learning approach & the state-of-art model ResNet50. It is 50 layers deep and has over a million attributes that one can train. We have provided our custom dataset and trained the last layer to train it over our 10k + image items. The model has a very good accuracy thanks to the training it has gone through before the effective last layer.

🔼Model integration

Our model is integrated using flask, we loaded the output of our model into pickle files and used them to predict the products on key features of our deep learning model. The integration was smooth and the latency was also low. The model was predicting accurate results.

🔼Power BI analysis

We took the dripy sales data and prepared a power bi analysis based on the user data to help the sellers understand their marketshare and most selling units. This will help them scale their projects accordingly and cut off unecessary products from their inventory. We have provided an interactive dashboard for the sellers, they can opt for this by availing the power bi services. We have used demo power bi service with a free trail to show the results. It is a vital compenent for the sellers.

🔼Project Conclusion

🌐Model gained great accuarcy with ResNet50

🌐Reverse image search was implemented sucessfully

🌐Chatbot added for user interaction

🌐Power bi analytics provided for sellers marketplace

🌐Overall end-to-end implementation was efficient

Run Locally

Clone the project

  git clone https://github.com/prathikshetty2002/Dripy.git

Go to the project directory

  cd Dripy

Create a virtualenv

  pip install virtualenv

  virtualenv venv

Activate venv

  source path/to/your/activate.sh 

start the flask app

  cd api.dripy.com/

  python app.py

Install dependencies

  cd www.dripy.com/

  npm install

Start the server

  npm run dev

Start the sellers portal

  cd www.dripysellers.com/

  npm run dev

Project Snippets

Dripy Homepage

Product Section

Image Search

Recommendations

Chatbot

Chatbot

Sellers Homepage

Dripy Sales Analysis

Authors

🔆 @Jayesh Potlabattini

🔆 @Roshan Patil

🔆 @Ashutosh Pandey

🔆 @Prathik Shetty

Contributing

Contributions are always welcome!

See CONTRIBUTING.md for ways to get started.

Please adhere to this project's CODE_OF_CONDUCT.md.

Guide

A guideline of project composition and creation.

soon adding guide.md

Please adhere to this project's CODE_OF_CONDUCT.md.

Feedback

If you have any feedback, please reach out to us at linuxmint78@gmail.com

Support

For support join our Slack channel - AMA

License

License: GPL v3