This repository contains a k-means clustering project to cluster Charlotte, NC craft breweries.
A project to cluster Charlotte, NC craft breweries using the k-means clustering algorithm.
Before you begin, ensure you have met the following requirements:
Open a new terminal and navigate to your working directory where the repository is located.
To replicate the development environment, run the following command in your terminal:
conda create --name brewery_cluster --file requirements.txt --yes
conda activate brewery_cluster
jupyter lab