Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# ๐ Data Insights App
|
| 2 |
|
| 3 |
An AI-powered data analysis platform that allows users to explore a massive car auction dataset (558,000+ records) using natural language. The app combines **Streamlit** for the interface, **SQLite** for data management, and **OpenAI's GPT-4** for intelligent analysis and dynamic chart generation.
|
|
@@ -86,4 +94,4 @@ chmod +x run.sh
|
|
| 86 |
## ๐ก๏ธ Security Policy
|
| 87 |
This application is designed with safety as a priority. The `SafetyValidator` provides a robust whitelist of allowed SQL operations, specifically protecting against SQL injection and unauthorized data modification.
|
| 88 |
|
| 89 |
-
๐ก๏ธ **Active Protections**: Only SELECT | All dangerous keywords blocked | Data remains secure
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: afl-3.0
|
| 3 |
+
title: ChatWithData
|
| 4 |
+
sdk: docker
|
| 5 |
+
emoji: ๐
|
| 6 |
+
colorFrom: yellow
|
| 7 |
+
colorTo: green
|
| 8 |
+
---
|
| 9 |
# ๐ Data Insights App
|
| 10 |
|
| 11 |
An AI-powered data analysis platform that allows users to explore a massive car auction dataset (558,000+ records) using natural language. The app combines **Streamlit** for the interface, **SQLite** for data management, and **OpenAI's GPT-4** for intelligent analysis and dynamic chart generation.
|
|
|
|
| 94 |
## ๐ก๏ธ Security Policy
|
| 95 |
This application is designed with safety as a priority. The `SafetyValidator` provides a robust whitelist of allowed SQL operations, specifically protecting against SQL injection and unauthorized data modification.
|
| 96 |
|
| 97 |
+
๐ก๏ธ **Active Protections**: Only SELECT | All dangerous keywords blocked | Data remains secure
|