This project focuses on predicting the quantity of products purchased by customers using a Linear Regression model. It utilizes historical sales data and various features such as customer information, product details, and other relevant factors to make predictions.
To install the required dependencies for this project, follow these steps:
- Clone the repository:
git clone https://github.com/nicochiavenato/datah.git
- Install the dependencies using pip:
pip install -r requirements.txt
Run the script to launch streamlit, train the Linear Regression model and make the predictions:
streamlit run .\streamlit_app.py