https://github.com/lostvikx/llm-autolysis
A script to automate data analysis using the power of LLMs.
https://github.com/lostvikx/llm-autolysis
analysis llm machine-learning matplotlib python
Last synced: 4 months ago
JSON representation
A script to automate data analysis using the power of LLMs.
- Host: GitHub
- URL: https://github.com/lostvikx/llm-autolysis
- Owner: lostvikx
- License: mit
- Created: 2025-05-01T23:42:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-02T13:05:10.000Z (about 1 year ago)
- Last Synced: 2025-06-28T12:32:20.148Z (12 months ago)
- Topics: analysis, llm, machine-learning, matplotlib, python
- Language: Python
- Homepage:
- Size: 2.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project Goals
Write a Python script that uses an LLM to analyze, visualize, and narrate a story from a dataset.
Convince an LLM that your script and output are of high quality.
# Notes
* The theme for all the data visualizations is consistent using the sns.set_theme() method.
* The scipt is dynamic in nature as it prompts an LLM to perform the appropriate analysis to be peformed on the given dataset.