| dc.description.abstract |
Problem: Traditional inventory management in restaurant kitchens has been manual and thus prone to human error. This has led to risks of overstocking or stockouts, which can result in massive consequential losses. In this project, the author proposes a machine learning-based inventory depletion forecasting system that places orders for replenishment to optimize stock levels and minimize waste.
Methodology: A predictive analytics model is adopted for the project and developed using machine learning techniques to predict the inventory requirements from the historical consumption data. RandomForestRegressor models were developed to forecast how long it would take for inventories to deplete using data pre-treatment techniques of normalization and reduction of outliers. The system was designed and developed as cloud-based to simplify upgrading and integrating various opera without including IoT hardware components.
Initial Results: Preliminary testing of the prototype had promising results, showing a R² value of 0.865 on the test dataset, which reflected a high degree of accuracy in its ability to forecast the days until stock depletion. Other additional evaluation metrics, such as RMSE and R squared, are being computed with a view to further improving the precision and usefulness of the model. |
en_US |