Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/strixion/demoversion_ai
The demoversion of StrixionAI
https://github.com/strixion/demoversion_ai
ai csv data-analysis data-analytics json python txt
Last synced: 3 days ago
JSON representation
The demoversion of StrixionAI
- Host: GitHub
- URL: https://github.com/strixion/demoversion_ai
- Owner: strixion
- Created: 2024-11-07T19:34:43.000Z (12 days ago)
- Default Branch: main
- Last Pushed: 2024-11-07T19:37:07.000Z (12 days ago)
- Last Synced: 2024-11-16T20:09:57.384Z (3 days ago)
- Topics: ai, csv, data-analysis, data-analytics, json, python, txt
- Language: Python
- Homepage:
- Size: 6.93 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.