feat: updated README
This commit is contained in:
parent
04d3138026
commit
dbf7b0ad10
2 changed files with 3 additions and 9 deletions
|
|
@ -1,12 +1,6 @@
|
||||||
# AI Data Analysis Agent 🤖📊
|
# 📊 AI Data Analysis Agent
|
||||||
|
|
||||||
An AI data analysis Agent built using the phidata Agent framework and openai's gpt-4o model. This agent helps users analyze their data - csv, excel files through natural language queries, powered by OpenAI's language models and DuckDB for efficient data processing - making data analysis accessible to users regardless of their SQL expertise.
|
|
||||||
|
|
||||||
## Demo
|
|
||||||
|
|
||||||
|
|
||||||
https://github.com/user-attachments/assets/c6e3a9db-9fea-4610-b0e3-3360ec825d0a
|
|
||||||
|
|
||||||
|
An AI data analysis Agent built using the phidata Agent framework and Openai's gpt-4o model. This agent helps users analyze their data - csv, excel files through natural language queries, powered by OpenAI's language models and DuckDB for efficient data processing - making data analysis accessible to users regardless of their SQL expertise.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@ def preprocess_and_save(file):
|
||||||
return None, None, None
|
return None, None, None
|
||||||
|
|
||||||
# Streamlit app
|
# Streamlit app
|
||||||
st.title("Data Analyst Agent with Phidata")
|
st.title("📊 Data Analyst Agent")
|
||||||
|
|
||||||
# Sidebar for API keys
|
# Sidebar for API keys
|
||||||
with st.sidebar:
|
with st.sidebar:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue