Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 497 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 497 Bytes

Restaurant Sales Forecasting

This project aims to build a machine learning model to forecast sales in a restaurant business.

Requirements

  • Python 3.7+
  • TensorFlow
  • Pandas
  • Numpy
  • Scikit-learn
  • Matplotlib

How to run

  1. Install dependencies: pip install -r requirements.txt
  2. Set up Kaggle API key.
  3. Run main.py to train the model and generate forecasts.

Dataset

The dataset is obtained from Kaggle, and contains transaction data for restaurant sales.