This is a toolkit for predicting demand for a given product. It is a web application that allows users to upload a dataset, select a product, and view the predicted demand for that product.
To install the toolkit, clone the repository and run the following command:
pip install -r requirements.txtTo use the toolkit, run the following command:
streamlit run app.py