phillip1029 commited on
Commit
e2eabed
·
1 Parent(s): a60f3b5

update the README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -1,11 +1,11 @@
1
- # Conversational Data Science
2
-
3
- ## Overview
4
- This repository showcases a demonstrative project on how generative AI is transforming the field of data science. By leveraging the capabilities of PandasAI and Streamlit, this project provides an interactive example of Conversational Data Science, emphasizing the synergy between AI and traditional data analysis.
5
-
6
- ## Key Features
7
- - **PandasAI Integration:** Utilizing the powerful features of PandasAI for AI-driven data analysis.
8
- - **Streamlit Application:** An interactive web application built with Streamlit to demonstrate real-time data science tasks in a conversational manner.
9
- - **Generative AI Examples:** Examples and use-cases showing how generative AI models can enhance data science workflows.
10
-
11
 
 
1
+ ---
2
+ title: {{Conversational Data Science}}
3
+ emoji: {{🗨️}}
4
+ colorFrom: {{blue}}
5
+ colorTo: {{blue}}
6
+ sdk: {{streamlit}}
7
+ sdk_version: {{1.29.0}}
8
+ app_file: streamlit_app.py
9
+ pinned: false
10
+ ---
11