ā10 readsāMIT License
LLMAutoEDA
- DataScience
- EDA
- LLM
Table of contents
LLM Auto EDA
LLM Auto EDA is an intelligent automated exploratory data analysis tool powered by Large Language Models, providing in-depth insights and visualizations for your datasets.
š„ Demo
⨠Features
- š¤ LLM-powered automated data analysis
- š Advanced data visualization
- š Comprehensive statistical analysis
- š” Intelligent data insights
- š Customizable HTML reports
- š Automated data preprocessing
š Installation
pip install llm-auto-eda
šÆ Quick Start
from llm_auto_eda.main import AutoEDA import pandas as pd df = pd.read_csv("your_data_path.csv") eda = AutoEDA(api_key="your_api_key") report = eda.analyze( df, domain="your_data_domain", output_file="example_analysis.html" )
š ļø Advanced Features
- Domain Customization: Tailored analysis for different data domains
- Custom Column Selection: Exclude unwanted columns
- Interactive Reporting: Customizable HTML reports
- LLM-Powered Insights: LLM-based data interpretation
š« Contact
- GitHub: https://github.com/enesmanan
- Email: enesmanan768@gmail.com