Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 1.26 KB

README.md

File metadata and controls

28 lines (25 loc) · 1.26 KB

Tensorphone

The purpose of this project is to develop an android app that can recognize the sounds of teeth grinding during sleep. The model is pre-trained using a convolutional network with Tensorflow's python api, the code is provided in Bruxism_tensorboard.ipynb, the raw .wav files used for training can be downloaded from the dropbox link. Each .wav file is labeled with 1 second segments of teethgrinding. In addition, a .wav file of sound effects was labeled as non-bruxism sound.

Installation

TODO: Describe the installation process

Usage

TODO: Write usage instructions

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

TODO: Write history

Credits

TODO: Write credits

License

TODO: Write license readme Tensorphone/Android: contains the code for android phone

Tensorphone/Bruxism_tensorboard.ipynb: tensorflow code for building and training convolutional network.

Tensorphone/Resources: Raw .wav sound of bruxism. Used for training.