The Restaurant Business Analyst AI Agent is designed to assist restaurant owners and business analysts with data-driven decision making. It offers insights into sales trends, customer behavior, and operational efficiency to help optimize business performance through intelligent analysis.
- Data Analysis: Process and analyze restaurant data.
- Insight Generation: Generate actionable insights to drive business decisions.
- Visualization: Create charts and visual representations of key metrics.
- User-Friendly Interface: Easily navigate and interpret data outputs.
- Clone the Repository:
git clone https://github.com/aritra1804/Restaurant_BusinessAnalyst_AI_Agent.git
- Navigate to the Directory:
cd Restaurant_BusinessAnalyst_AI_Agent
- Install Dependencies:
Using pip:
pip install -r requirements.txt
- Data Preparation: Ensure your restaurant data (e.g., sales, inventory, customer feedback) is formatted correctly (CSV/JSON).
- Local Setup: Install Ollama along with the required libraries mentioned in
requirements.txt
. - Run the Analysis:
python main.py
- View Reports: Generated reports and visualizations will be saved to the output directory.
Happy Analyzing!