A small, Streamlit-based web application that reads and responds to data from CSV and Excel files to generate insights according to the user's prompts.
The web appl utilizes a "key-word" based interpreting system that parses and recognizes crucial aspects of the inputted phrase to return what the user wants. As a result, the breadth of possible prompts is limited. However, it can certainly be expaneded upon in the future. Additionally, as this was created with a particular EXcel/CSV sample, functionality may be limited if column headers or names greatly differ. Potential expansions include either explicitly adding more keywords and functionalities, or integrating an AI model to freely process and respond to queries without definite limits.
Install dependencies:
pip install pandas plotly openpyxl streamlit