Update README.md
Browse files
README.md
CHANGED
|
@@ -1,72 +1,13 @@
|
|
| 1 |
-
|
| 2 |
-
**Aangan Survey Data Analysis Application** ππ
|
| 3 |
-
|
| 4 |
-
---
|
| 5 |
-
|
| 6 |
-
**Overview:**
|
| 7 |
-
|
| 8 |
-
This application is designed to expedite the analysis of survey data collected by Aangan, an NGO dedicated to child safety and the promotion of child protection initiatives. By inputting a CSV file containing survey responses and specifying the columns for analysis, users can quickly generate a dashboard presenting key insights.
|
| 9 |
-
|
| 10 |
-
---
|
| 11 |
-
|
| 12 |
-
**Features:**
|
| 13 |
-
|
| 14 |
-
1. **Fast Analysis:** The application efficiently processes survey data, enabling users to obtain insights rapidly. β‘
|
| 15 |
-
|
| 16 |
-
2. **Customizable Analysis:** Users can select specific columns from the dataset for analysis, tailoring the dashboard to their requirements. π οΈ
|
| 17 |
-
|
| 18 |
-
3. **Percentage View:** An optional feature allows users to view analysis results in percentage format, facilitating better understanding of proportions. π
|
| 19 |
-
|
| 20 |
-
4. **Filtering:** Users can filter data based on a chosen column, enabling focused analysis on specific subsets of responses. π
|
| 21 |
-
|
| 22 |
---
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
- **Add Filter:** Enable filtering by selecting a column to filter data by. ποΈ
|
| 33 |
-
|
| 34 |
-
4. **Generate Dashboard:** Click the "Get Dashboard" button to generate the analysis dashboard. π
|
| 35 |
-
|
| 36 |
-
---
|
| 37 |
-
|
| 38 |
-
**Developed By:**
|
| 39 |
-
|
| 40 |
-
This application was developed by me for Aangan. π¨βπ»
|
| 41 |
-
|
| 42 |
---
|
| 43 |
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
For inquiries or support, please contact ππ» [Email](a.baliyan008@gmail.com). π§
|
| 47 |
-
|
| 48 |
-
---
|
| 49 |
-
|
| 50 |
-
**About Aangan:**
|
| 51 |
-
|
| 52 |
-
Aangan is a non-profit organization dedicated to safeguarding vulnerable children and promoting child protection initiatives. Through various programs and advocacy efforts, Aangan strives to create a safer environment for children across communities. π π¦π§
|
| 53 |
-
|
| 54 |
-
---
|
| 55 |
-
|
| 56 |
-
**Disclaimer:**
|
| 57 |
-
|
| 58 |
-
This application is intended for internal use by Aangan and its affiliated partners. The accuracy and reliability of analysis results may vary depending on the quality and completeness of the provided survey data. π«π
|
| 59 |
-
|
| 60 |
-
---
|
| 61 |
-
|
| 62 |
-
**Version History:**
|
| 63 |
-
|
| 64 |
-
- [Version 1] (Feb 7, 2024): [This is the first version of the automation webapp.] π
|
| 65 |
-
|
| 66 |
-
---
|
| 67 |
-
|
| 68 |
-
**Acknowledgments:**
|
| 69 |
-
|
| 70 |
-
I acknowledge the contributions of the Aangan team and all individuals who provided feedback and support during the development of this application. π
|
| 71 |
-
|
| 72 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Dashboard Automation Aangan
|
| 3 |
+
emoji: π
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: gray
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: 1.31.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|