Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chaganti-reddy/ai-prototype-customer-segmentation

Artificial Intelligence Prototype product based model for Customer Segmentation in E-Commerce Industry.
https://github.com/chaganti-reddy/ai-prototype-customer-segmentation

artificial-intelligence cluster-analysis customer-segmentation data-analysis machine-learning product-based prototype

Last synced: 9 days ago
JSON representation

Artificial Intelligence Prototype product based model for Customer Segmentation in E-Commerce Industry.

Awesome Lists containing this project

README

        

Cusomer Segmentation Analysis



Artificial intelligence (AI) has the potential to revolutionize pathology. AI refers to the application of modern machine learning techniques to digital tissue images in order to detect, quantify, or characterize specific cell or tissue structures. By automating time‑consuming diagnostic tasks, AI can greatly reduce the workload and help to remedy the serious shortage of pathologists. At the same time, AI can make analyses more sensitive and reproducible and it can capture novel biomarkers from tissue morphology for precision medicine. So, we created a Machine Learning model for Customer Segmentation Analysis of E-Commerce Industry.
.













## Table of Contents

- [Table of Contents](#table-of-contents)
- [:warning: Frameworks and Libraries](#warning-frameworks-and-libraries)
- [:book: Data Preprocessing](#book-data-preprocessing)
- [:link: Download](#link-download)
- [:key: Prerequisites](#key-prerequisites)
- [🚀  Installation](#-installation)
- [:bulb: How to Run](#bulb-how-to-run)
- [:key: Results](#key-results)
- [:clap: And it's done!](#clap-and-its-done)
- [:raising_hand: Citation](#raising_hand-citation)
- [:beginner: Future Goals](#beginner-future-goals)
- [:heart: Owner](#heart-owner)
- [:eyes: License](#eyes-license)

## :warning: Frameworks and Libraries

- **[SKLearn](https://scikit-learn.org/stable/):** Simple and efficient tools for predictive data analysis
- **[Seaborn](https://seaborn.pydata.org/):**
Seaborn is a Python data visualization library based on matplotlib. It provides a high-level interface for drawing attractive and informative statistical graphics.
- **[Plotly](https://plotly.com/python/getting-started/):**
The plotly Python library is an interactive, open-source plotting library that supports over 40 unique chart types covering a wide range of statistical, financial, geographic, scientific, and 3-dimensional use-cases.
- **[Matplotlib](https://matplotlib.org/) :** Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python.
- **[Numpy](https://numpy.org/):**
Caffe-based Single Shot-Multibox Detector (SSD) model used to detect faces
- **[Pandas](https://pandas.pydata.org/):**
pandas is a fast, powerful, flexible and easy to use open source data analysis and manipulation tool,
built on top of the Python programming language.

## :book: Data Preprocessing

Data pre-processing is an important step for the creation of a machine learning
model. Initially, data may not be clean or in the required format for the model which
can cause misleading outcomes. In pre-processing of data, we transform data into our
required format. It is used to deal with noises, duplicates, and missing values of the
dataset. Data pre-processing has the activities like importing datasets, splitting
datasets, attribute scaling, etc. Preprocessing of data is required for improving the
accuracy of the model.

## :link: Download

The dataset is now available [here](data.csv) !

## :key: Prerequisites

All the dependencies and required libraries are included in the file requirements.txt [See here](requirements.txt)

## 🚀  Installation

1. Clone the repo

```
$ git clone https://github.com/Chaganti-Reddy/AI-Prototype-Customer-Segmentation.git
```

2. Change your directory to the cloned repo

```
$ AI-Prototype-Customer-Segmentation
```

3. Now, run the following command in your Terminal/Command Prompt to install the libraries required

```
$ pip3 install -r requirements.txt

```

## :bulb: How to Run

1. Open terminal. Go into the cloned project directory and type the following command:

```
$ python3 Customer-Segmentation.py
```

## :key: Results

**• Silhouette intra-cluster score:**

**• Word Cloud Analysis:**

**• Decomposed Data:**

**• Report via PCA:**

**• Customers Morphology**

**• Confusion Matrix:**

**Check out the report [here](/Team-Chaganti.pdf)**

## :clap: And it's done!

Feel free to mail me for any doubts/query
:email: [email protected]

---

## :raising_hand: Citation

You are allowed to cite any part of the code or our dataset. You can use it in your Research Work or Project. Remember to provide credit to the Maintainer Chaganti Reddy by mentioning a link to this repository and her GitHub Profile.

Follow this format:

- Author's name - Chaganti Reddy
- Date of publication or update in parentheses.
- Title or description of document.
- URL.

## :beginner: Future Goals

This study endeavoured to present Customer Segmentation of E-Commerce Industry using an a-priori approach to categorize potential buyers into sub-segments of old and new customers and their purchases.

## :heart: Owner

Made with :heart:  by [Chaganti Reddy](https://github.com/Chaganti-Reddy/)

## :eyes: License

MIT © [Chaganti Reddy](https://github.com/Chaganti-Reddy/AI-Prototype-Customer-Segmentation/blob/main/LICENSE)