Metadata-Version: 2.1
Name: car_price_predictor
Version: 0.1.2
Summary: A package to predict car rental prices.
Home-page: https://github.com/mj301296/CarRentalPricingPrediction
Author: Mrugank Jadhav
Author-email: mrugankjadhav@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: scikit-learn
Requires-Dist: matplotlib
Requires-Dist: seaborn
Requires-Dist: joblib
Requires-Dist: pyyaml

# CarRentalPricingPrediction

# Car Price Predictor

This package predicts car rental prices based on various features.

## Installation

pip install .

## Usage

1. Train the model:

python scripts/train_model.py

2. Predict prices:

python scripts/predict_price.py
