Giter Site home page Giter Site logo

item-classification's Introduction

ITEM-CLASSIFICATION

The data are available at this address : https://drive.google.com/drive/folders/1WVf2xV9KDRm4TDKFcs6Ti1EMO9-mtCBR?usp=sharing

Project Objectives : The main goal of this project is to conduct the feasibility study of an item classification engine, based on textual description and/or images, for automating item categorization. To do this, we are going to :

  • Analyze the dataset by preprocessing product descriptions and images, reducing dimensionality, and performing clustering. The results of dimensionality reduction and clustering will be presented in two-dimensional graphs and confirmed by similarity calculation (e.g., ARI) between real categories and clusters.
  • Train Natural Language Processing (NLP) and computer vision models to classify items.

To extract textual features, we will implement several approaches :

  • Two "bag-of-words" approaches: simple word counting and TF-IDF.
  • A traditional word/sentence embedding approach using Word2Vec.
  • A word/sentence embedding approach using BERT.
  • A word/sentence embedding approach using USE (Universal Sentence Encoder).

To extract image features, we will use two strategies :

  • An algorithm such as SIFT / ORB / SURF.
  • A CNN Transfer Learning-based algorithm.

The text-preprocessing notebook is dedicated to text data preprocessing, the text-clustering-and-classification notebook to item clustering and classification using text data, and the image-clustering-and-classification notebook to item clustering and classification using images.

item-classification's People

Contributors

gabriel1628 avatar

Watchers

 avatar

item-classification's Issues

translate into english

  • translate text-preprocessing
  • reformat text-preprocessing with black
  • translate text-clustering-and-classification
  • translate image-clustering-and-classification
  • translate utils.py

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.