File size: 1,461 Bytes
371041c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d7b12cf
 
 
 
 
 
 
8cdf8e7
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
dataset_info:
  features:
  - name: label
    dtype: string
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 25398
    num_examples: 275
  download_size: 10734
  dataset_size: 25398
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
license: mit
task_categories:
- text-classification
language:
- en
tags:
- medical
---

The purpose of this project is to build a dataset and model to enable an AI powered diagnostic tool that assesses a child's auditory skills and recommends resources and therapies that can bring them to the next stage. The primary user base of this tool is intended to be the parents of a child with hearing loss however it is the hope of the creators of this tool that speech and language pathologists (SLPs) and other early intervention and pediatric practitioners can find use.

The model uses a natural language processing (NLP) model for text-classification and converts free text inputted by the parent of a child with hearing loss into 1 of 4 clinical categories: DETECTION, DISCRIMINATION, IDENTIFICATION, CLASSIFICATION.

Based on the classification of the child against a given skill a recommendation is made for therapies that can be used to improve the child's competency against a given skill. The value of this approach is that each child is challenged to build upon existing skills while not being given any task too difficult that will result in discouragement.