An end-to-end Machine Learning application that predicts the optimal discount percentage for a product and estimates its impact on revenue.
- Predicts best discount % using AI
- Calculates revenue after discount
- Shows change in revenue
- Helps businesses make smarter pricing decisions
- MAE : ~3.29
- R² Score : ~0.75
- Recommended Discount %
- Base Revenue
- Revenue After Discount
- Revenue Change
- Clone the repository:
git clone https://github.com/tanishaasaklani/PriceWise-AI.git
- Install dependencies:
pip install -r requirements.txt
- Run the app:
streamlit run app.py
Created by Tanisha Saklani - MCA AI & DS Student. Open to feedback!