Metadata-Version: 2.4
Name: Bizrep
Version: 0.1
Summary: A Python library for predictive analytics and business forecasting.
Home-page: https://github.com/MOON11kr/Bizrep
Author: karisham m patel
Author-email: karishma2o@gmil.com
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
Requires-Dist: prophet
Requires-Dist: statsmodels
Requires-Dist: reportlab
Requires-Dist: openpyxl
Requires-Dist: plotly
Requires-Dist: dash
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# BizML

**BizML** is a Python library for predictive analytics and business forecasting. It provides tools for customer churn prediction, sales forecasting, automated business reporting, and interactive dashboards.

---

## Features
- **Customer Churn Prediction**: Predict which customers are likely to stop using your product or service.
- **Sales Forecasting**: Forecast future sales using advanced time series models.
- **Automated Reporting**: Generate business reports in PDF or Excel format.
- **Interactive Dashboards**: Create visualizations for sales and churn analysis.

---

## Installation

You can install BizML using pip:

```bash
pip install BizML
