Git Product home page Git Product logo

dhwanisarathi's Introduction

Dhwani Sarathi

SiH 1403 : App-Based Audiometer

Problem Statement:

To know a person's Hearing Loss, generally we use a Pure Tone Audiometer. To use this it requires a bulk of the instrument to be carried. This testing requires a considerable amount of time for testing. It was observed that a large level of hearing testing, it is consuming much time. So a hand-held Mobile phone operated APP BASED AUDIOMETER will be of immense useful in finding and detecting hearing loss in children in schools

Motivation:

Introducing an app-based audiometer for school screenings revolutionizes the way we detect and address hearing loss in children. This mobile phone-operated solution offers unparalleled accessibility, convenience, and cost-effectiveness, drastically reducing testing time while ensuring early detection. By leveraging modern technology, this app empowers healthcare providers, educators, and parents to swiftly identify potential hearing issues, enabling timely intervention and fostering better academic and social outcomes for children.

Features of App

  • Pure Tone Audiometry Test
  • Results, Analysis, and Interpretation of Test
  • Classroom Based management system with Analytics
  • Connect to the Nearest Doctor
  • Digitization of physical audiometry documents
  • and many more...

Tech Stack

  • React Native
  • Django

Screenshots

Authentication

User View

Preliminary Checks

Test

Results


Teacher View

Analytics

Getting Started

Firebase

  • Create a Firebase account
  • Add the firebase config in FirebaseConfig.js in audiometer/

Frontend

  • 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

Backend

  • Run the below commands:
cd server 
  • Create Virtual Environment

You can use multiple methods to create a virtual environment, whatever suits your need

Conda
conda create -n venv python=3.6.3 anaconda
conda activate venv

Virtualenv

Windows
python -m venv venv   
.\venv\Scripts\Activate
Linux
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

Team

Team Members

  • Sachin Kumar Sahu
  • Palivela Ganesh Priyatham
  • Preethi Varsha Marivina
  • Siddhartha G
  • Swami Ramchandra Kedari
  • Sirish Sekhar

References

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.