Skip to content

Avash-Banerjee/AI-sheet-Analyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Sheet Analyser

An AI-powered data analysis tool built with Flask and OpenAI (GPT-4o-mini). Upload CSV or Excel files and ask questions to get instant data insights, calculations, and visualizations.

Features

Multi-Dataset Support: Compare and query multiple files simultaneously.

Natural Language to Code: Converts your questions into Python/Pandas code.

Automatic Visualizations: Generates graphs using Seaborn and Matplotlib.

Security Sandbox: Uses AST validation and restricted built-ins to execute code safely.

Installation & Setup

Clone the repository

cd AI-sheet-Analyser

Install dependencies::

pip install -r requirements.txt

Configure Environment Variables: Create a .env file in the root directory:

OPENAI_API_KEY="your_openai_api_key_here"

Run the Application:

python app.py

NOTE If the program freezes, please reload the page once

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors