niddijoris commited on
Commit
a4e63be
ยท
verified ยท
1 Parent(s): 790e0e9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
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