- Step1: Clone the LuminAI-Data-Analyst GitHub repository.
- Step2: Install dependencies via pip install -r requirements.txt.
- Step3: Set your OpenAI API key as an environment variable.
- Step4: Place your CSV, JSON or XLSX dataset into the data folder.
- Step5: Run the analysis tool: python analyze.py --file data/your_data.csv.
- Step6: Interact with the agent in terminal or via API to ask questions.
- Step7: Review generated visualizations in the output folder and open the HTML report.