🤖 Making an AI Agent for Data Analysis
AI Agent for Data Analytics: Lumina 😁🤖 Lumina allows you to upload any CSV file, ask natural language questions, and get instant Python code, Plotly visualizations, and explanations — all through a simple chat interface! The idea behind Lumina is simple: by providing it with transaction data, I can ask questions like, “How much did I spend on each day?” or “Which category did I spend the most on?” Lumina not only generates Python code to answer these queries, but it also explains the code, ensuring I understand how the analysis works. ...