Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 📢 Government Complaint Audio Dataset (Hindi & English)
|
| 2 |
|
| 3 |
This dataset contains **bilingual audio recordings** of government-related customer complaints in **Hindi and English**, generated using Text-to-Speech (TTS). It is designed to help in research and development of **speech recognition**, **intent classification**, **sentiment analysis**, and **multilingual voice-based chatbots** for public service platforms.
|
|
@@ -69,5 +72,4 @@ df['category'].value_counts().plot(kind='bar', color='orange')
|
|
| 69 |
plt.title("Complaint Category Distribution")
|
| 70 |
plt.ylabel("Number of Samples")
|
| 71 |
plt.xticks(rotation=45)
|
| 72 |
-
plt.show()
|
| 73 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
---
|
| 4 |
# 📢 Government Complaint Audio Dataset (Hindi & English)
|
| 5 |
|
| 6 |
This dataset contains **bilingual audio recordings** of government-related customer complaints in **Hindi and English**, generated using Text-to-Speech (TTS). It is designed to help in research and development of **speech recognition**, **intent classification**, **sentiment analysis**, and **multilingual voice-based chatbots** for public service platforms.
|
|
|
|
| 72 |
plt.title("Complaint Category Distribution")
|
| 73 |
plt.ylabel("Number of Samples")
|
| 74 |
plt.xticks(rotation=45)
|
| 75 |
+
plt.show()
|
|
|