Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bauervision authored Oct 17, 2021
1 parent e0fc7cf commit 2a05372
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@

There are 2 apps that you need to run.

## Unity App

The Unity app which is a compiled exe found in the Builds folder [here](https://github.com/OctoConsulting/AudioHack2021/blob/master/Builds/SeeingEyeBats.zip)

Extract and run the `Hack-a-thon2021.exe`.
Expand All @@ -44,11 +46,16 @@ Hit Escape to shot the weather dialog and change the environment conditions as y

Use the slider to adjust the distance of the gun from the Ear Bat, and the other slider to increase or decrease the level of ambient noise.

The TensorFlow models can be trained in notebooks/hackathon_train_model.ipynb and can be run from notebooks/hackathon_app.ipynb. Saved models are in Assets/models/ in h5 format and loaded by the notebooks. Running all cells in hackathon_app.ipynb will bring up the compass and monitor a directory, but the directory path must be manually set first. It is best to first start the unity app and then the Tensorflow app so as to avoid errors from non-audio file creation.

All sound files will be dumped into the following folder
`C:\Users\<your user name>\AppData\LocalLow\Seeing Ear Bats\Hack-a-thon_2021`

## Tensorflow

The TensorFlow models can be trained in notebooks/hackathon_train_model.ipynb and can be run from notebooks/hackathon_app.ipynb. Saved models are in Assets/models/ in h5 format and loaded by the notebooks. Running all cells in hackathon_app.ipynb will bring up the compass and monitor a directory, but the directory path must be manually set first. It is best to first start the unity app and then the Tensorflow app so as to avoid errors from non-audio file creation.

Again that path is `C:\Users\<your user name>\AppData\LocalLow\Seeing Ear Bats\Hack-a-thon_2021`



# Final Results

Expand Down

0 comments on commit 2a05372

Please sign in to comment.