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

https://github.com/gustavohenriqueschmitz/customer-segmentation

An unsupervised classification model with the objective of discovering and understanding customer profiles.
https://github.com/gustavohenriqueschmitz/customer-segmentation

python tensorflow

Last synced: 2 months ago
JSON representation

An unsupervised classification model with the objective of discovering and understanding customer profiles.

Awesome Lists containing this project

README

          

# Customer Segmentation AI

## About the model
An unsupervised AI model that gets a dataset with customer information, analyzes it to understand the patterns within the data, and creates distinct groups of customers.

## Used technologies
- Python
- TensorFlow

## Project demonstration video
[![Customer Segmentation Demonstration](https://img.youtube.com/vi/oba52qJBnDM/0.jpg)](https://www.youtube.com/watch?v=oba52qJBnDM)

## How to test it?
**1 -** First clone the project:
```
git clone https://github.com/GustavoHenriqueSchmitz/Customer-Segmentation.git
```

**2 -** Install the necessary dependencies:
```
pip install -r requirements.txt
```

After installing the required dependencies, to run the model run:
To use the model run:
```
python main.py
```

## Author
**Gustavo Henrique Schmitz**

**Linkedin:** https://www.linkedin.com/in/gustavo-henrique-schmitz
**Portfolio:** https://gustavohenriqueschmitz.com
**Email:** gustavohenriqueschmitz568@gmail.com