Traditionally, assessing a person's hearing loss involves using a "Pure Tone Audiometer," a cumbersome instrument that requires significant time and effort to operate. This lengthy process is particularly problematic in large-scale hearing tests. To address this, we propose a mobile phone-operated app-based audiometer, which will greatly benefit the detection and diagnosis of hearing loss in school children.
Implementing an app-based audiometer for school screenings revolutionizes the detection and management of hearing loss in children. This mobile solution offers unmatched accessibility, convenience, and cost-effectiveness, significantly reducing testing time while ensuring early detection. By harnessing modern technology, the app enables healthcare providers, educators, and parents to quickly identify potential hearing issues, allowing for timely intervention and improving academic and social outcomes for children.
- Pure Tone Audiometry Test
- Test Results, Analysis, and Interpretation
- Classroom-based management system with Analytics
- Connectivity to the Nearest Doctor
- Digitization of physical audiometry documents
- and many more...
- React Native
- Django
- Create a Firebase account
- Add the firebase config in FirebaseConfig.js in audiometer/
- Clone the repository
- Run the below commands:
cd audiometer
npm install
npm run web
- Change
ip
value to address in the command line in the file audiometer/app/Constants/ip.js
- Run the below commands:
cd server
- Create Virtual Environment
You can use multiple methods to create a virtual environment, whatever suits your need
conda create -n venv python=3.6.3 anaconda
conda activate venv
python -m venv venv
.\venv\Scripts\Activate
python3 -m venv venv
source venv/bin/activate
- Install the requirements and run server
pip install -r requirements.txt
#Intialize DB data/Create Models in DB
python manage.py makemigrations
python manage.py migrate
cd backend
python manage.py runserver <ip_address>:80/<ip_address>:8081
#Here <ip_address> is the IP address on which the expo is running
- Sachin Kumar Sahu
- Palivela Ganesh Priyatham
- Preethi Varsha Marivina
- Siddhartha G
- Swami Ramchandra Kedari
- Sirish Sekhar
- Charih, François, and James R. Green. "Audiogram Digitization Tool for Audiological Reports." IEEE Access 10 (2022): 110761-110769.
- Machine Learning in Audiology: Applications and Implications.