Skip to content

pylena/Cafe-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cafe-Analysis

This project focuse on analyzing café sales data to identify the most popular product combinations and optimize combo offers. Additionally, a user-based recommendation system has been developed to suggest café products tailored to customer preferences, enhancing the customer experience and driving sales.

Problem Statement

  • What are the most popular product combinations purchased by customers?
  • How can we optimize combo offers to increase sales?
  • How can we recommend products to customers based on their preferences?

Data Source

The analysis is based on sales data from Blooming Café located in jeddah.

Workflow

The project follows the standard steps of a data analysis workflow:

  • Defining the problem statement: Identifying key business questions and goals.

  • Preparing data: Cleaning and organizing the dataset for analysis.

  • Conducting exploratory data analysis (EDA): Identifying patterns, trends, and correlations in the data.

  • Developing a recommendation system: Building a user-based recommendation model using customer preferences.

  • Visualizing and communicating results: Presenting insights and findings.

Outcomes