Skip to content

strixion/demoversion_AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.