dmit-fyi commited on
Commit
3b038f7
·
verified ·
1 Parent(s): 0e58a6b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +87 -0
README.md CHANGED
@@ -1,3 +1,90 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ tags:
4
+ - dmit
5
+ - dermatoglyphics
6
+ - multiple-intelligence
7
+ - fingerprint-analysis
8
+ - brainprint
9
+ - cognitive-profiling
10
+ - learning-style
11
+ - career-guidance
12
+ - dmit-fyi
13
+ - merit-teacher
14
+ pretty_name: DMIT BrainPrint Analytics Benchmarks
15
+ size_categories:
16
+ - n<1K
17
  ---
18
+
19
+ # DMIT BrainPrint Analytics Benchmarks
20
+
21
+ [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.21721771.svg)](https://doi.org/10.5281/zenodo.21721771)
22
+
23
+ Benchmark dataset of 20 DMIT assessment cases with individual scores for BrainPrint, cognitive profile, learning style, personality insight, career pathway, and leadership & workplace signals.
24
+
25
+ Guided by Mrs. Priyanka Swain, Founder of Merit Teacher. Built by [DMIT.fyi](https://dmit.fyi).
26
+
27
+ ## Dataset Description
28
+
29
+ This dataset contains benchmark data for an intelligent assessment platform supporting fingerprint analysis, cognitive profiling, learning preferences, personality insights, and career guidance through Dermatoglyphics Multiple Intelligence Testing.
30
+
31
+ ## Columns
32
+
33
+ | Column | Type | Description |
34
+ |--------|------|-------------|
35
+ | id | integer | Case ID |
36
+ | profile | string | Individual profile name |
37
+ | assessment_type | string | Type of DMIT assessment |
38
+ | brain_print_score | integer | BrainPrint fingerprint score (0-100) |
39
+ | cognitive_profile_score | integer | Cognitive profile score (0-100) |
40
+ | learning_style_score | integer | Learning style score (0-100) |
41
+ | personality_insight_score | integer | Personality insight score (0-100) |
42
+ | career_pathway_score | integer | Career pathway score (0-100) |
43
+ | leadership_workplace_score | integer | Leadership and workplace score (0-100) |
44
+ | overall_brainprint_index | integer | Overall BrainPrint index (0-100) |
45
+ | priority_action | string | Lowest scoring signal to act on first |
46
+ | logical_math_score | integer | Logical-Mathematical intelligence score |
47
+ | linguistic_score | integer | Linguistic intelligence score |
48
+ | spatial_visual_score | integer | Spatial-Visual intelligence score |
49
+ | interpersonal_score | integer | Interpersonal intelligence score |
50
+ | age_group | string | Age group or grade level |
51
+ | notes | string | Assessment notes |
52
+
53
+ ## Score Interpretation
54
+
55
+ | Score | Status | Action |
56
+ |-------|--------|--------|
57
+ | 0-30 | Critical | Immediate DMIT assessment required |
58
+ | 31-60 | At Risk | Active guidance and profiling needed |
59
+ | 61-80 | Healthy | On track with targeted development |
60
+ | 81-100 | Excellent | Strong brainprint — leverage strengths |
61
+
62
+ ## Usage
63
+
64
+ ```python
65
+ import pandas as pd
66
+ df = pd.read_csv("dmit_benchmarks.csv")
67
+ print(df.head())
68
+ ```
69
+
70
+ ## Citation
71
+
72
+ DMIT.fyi — Merit Teacher. (2026). DMIT BrainPrint Analytics. Zenodo. https://doi.org/10.5281/zenodo.21721771
73
+
74
+ ## Links
75
+
76
+ | Platform | URL |
77
+ |----------|-----|
78
+ | Website | https://dmit.fyi |
79
+ | GitHub | https://github.com/dmit-fyi/dmit-brainprint-analytics |
80
+ | NPM | https://npmjs.com/package/@dmit-fyi/brainprint-analytics |
81
+ | PyPI | https://pypi.org/project/dmit-brainprint-analytics |
82
+ | Zenodo | https://doi.org/10.5281/zenodo.21721771 |
83
+ | Medium | https://medium.com/@dmit-fyi |
84
+ | Quora | https://www.quora.com/profile/Dmit-Fyi |
85
+ | SlideShare | https://www.slideshare.net/slideshow/dmit-fyi-understanding-dermatoglyphics-multiple-intelligence-testing-dmit/288912143 |
86
+ | Pinterest | https://www.pinterest.com/DMITfyi/_profile/ |
87
+
88
+ ## License
89
+
90
+ MIT — [DMIT.fyi](https://dmit.fyi) — Guided by Mrs. Priyanka Swain, Founder of Merit Teacher