This project is a Streamlit application for exploring coffee datasets, visualizing various features, and providing recommendations.
- Docker installed on your machine.
- Clone the repository or navigate to the project directory.
- Ensure you have a
requirements.txtfile in the root of your project directory. - Open a terminal and run the following command to build the Docker image:
docker build -t coffee-dataset-explorer .
After building the image, you can run the container with the following command:
docker run -p 8501:8501 coffee-dataset-explorer
Once the container is running, open your web browser and go to:
http://localhost:8501