Update README.md
Browse files
README.md
CHANGED
|
@@ -1,27 +1,26 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: π¦οΈ
|
| 4 |
colorFrom: green
|
| 5 |
colorTo: blue
|
| 6 |
sdk: streamlit
|
| 7 |
-
sdk_version:
|
| 8 |
-
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
# πΎ Project Samarth β Intelligent Q&A System
|
| 14 |
|
| 15 |
-
An AI-powered
|
| 16 |
-
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
## π§ Features
|
| 19 |
-
- Real-time data fetching via official APIs (Agriculture + IMD)
|
| 20 |
-
- Automatic data cleaning, merging, and correlation
|
| 21 |
-
- Streamlit chatbot for user-friendly question answering
|
| 22 |
-
- Source citation for every answer
|
| 23 |
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
|
|
|
| 1 |
---
|
| 2 |
+
title: πΎ Project Samarth β Intelligent Q&A System
|
| 3 |
emoji: π¦οΈ
|
| 4 |
colorFrom: green
|
| 5 |
colorTo: blue
|
| 6 |
sdk: streamlit
|
| 7 |
+
sdk_version: 1.50.0
|
| 8 |
+
app_file: ui/app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
# πΎ Project Samarth β Intelligent Q&A System
|
| 14 |
|
| 15 |
+
An **AI-powered Question & Answer system** built for the **Project Samarth Challenge**,
|
| 16 |
+
integrating real-time data from **data.gov.in** β combining insights from
|
| 17 |
+
the *Ministry of Agriculture & Farmers Welfare* and the *India Meteorological Department (IMD)*.
|
| 18 |
+
|
| 19 |
+
---
|
| 20 |
|
| 21 |
## π§ Features
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
+
β
Fetches and merges **Agriculture** and **Rainfall (IMD)** datasets automatically
|
| 24 |
+
β
Answers **natural language questions** like rainfall and crop trends
|
| 25 |
+
β
Generates **data-driven insights** with charts and formatted summaries
|
| 26 |
+
β
Ensures **traceability** via proper source citation for each answer
|