Metadata-Version: 2.1
Name: food_waste_predictor
Version: 0.9
Summary: A command-line tool to predict food waste based on household size, food type, and amount purchased.
Home-page: https://github.com/yourusername/food_waste_predictor
Author: Your Name
Author-email: your.email@example.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: scikit-learn

# Food Waste Predictor

A command-line tool to predict food waste based on household size, food type, and amount purchased.

## Getting Started

1. **Download the Project**: Clone or download this repository.
2. **Navigate to the Folder**: Open a terminal and navigate to the folder where the project is located.
3. **Run the Tool**: Execute the command to run the prediction tool:
4. **Using Sample Data**: The tool uses the included `food_waste_data.csv` file to make predictions. You do not need to create a new file.

5. **Using Your Own Data**: If you wish to use your own data:
- Replace `food_waste_data.csv` with your own CSV file in the same directory.
- Ensure your CSV file follows the same format as the provided sample.

## Example Input
- Household Size: 3
- Food Type: Fruits
- Amount Purchased: 5 kg

## Installation

You can install the package using pip:

```bash
pip install food_waste_predictor
