Skip to content

Latest commit

History

History
26 lines (18 loc) 路 1.25 KB

File metadata and controls

26 lines (18 loc) 路 1.25 KB

FP&A Mini Copilot

Python Streamlit License

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.


Functionality

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.

馃О Requirements

Install dependencies:

pip install pandas plotly openpyxl streamlit