The Sales Price Prediction project utilizes machine learning algorithms to predict product prices based on various features. The dataset includes the following features:
- Item_Identifier: Unique product ID
- Item_Weight: Weight of the product
- Item_Fat_Content: Whether the product is low fat or not
- Item_Visibility: The % of total display area allocated to the product
- Item_Type: The category of the product
- Item_MRP: Maximum Retail Price of the product
- Outlet_Identifier: Unique store ID
- Outlet_Establishment_Year: The year the store was established
- Outlet_Size: The size of the store in terms of ground area
- Outlet_Location_Type: The type of city where the store is located
- Outlet_Type: Type of outlet (grocery store or supermarket)
- Item_Outlet_Sales: Sales of the product in the store (outcome variable)
The model has been deployed using Streamlit, offering a user-friendly web interface for predicting sales prices. Users can input product details, and the model will provide sales price predictions based on the trained data.
- App link Streamlit prediction app
The dataset used for this project can be found at kaggle bigmart data.
This project is for educational and demonstration purposes only. The predictions may not reflect actual market conditions.