This project aims to build a machine learning model to forecast sales in a restaurant business.
- Python 3.7+
- TensorFlow
- Pandas
- Numpy
- Scikit-learn
- Matplotlib
- Install dependencies:
pip install -r requirements.txt
- Set up Kaggle API key.
- Run
main.py
to train the model and generate forecasts.
The dataset is obtained from Kaggle, and contains transaction data for restaurant sales.