An open API service indexing awesome lists of open source software.

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.

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.