Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
karolpiczak authored Oct 18, 2016
1 parent 8360a35 commit bd4ddb0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# EchoNet

Porting some of my old convnet code into Keras - a work in progress.

It's still a very rough skeleton, so use at your own risk, but due to numerous inquiries I decided to publish it sooner rather than later. I will try to implement the missing bits soon.

Current features:
- `examples/esc_convnet_paper.py` reimplements the [Environmental Sound Classification with Convolutional Neural Networks paper](https://github.com/karoldvl/paper-2015-esc-convnet)
- `echonet/datasets/esc_original.py` provides a loading wrapper around the ESC-50 dataset

For the time being some important requirements:
- Python 3.5
- ESC-50 WAV version: https://github.com/karoldvl/ESC-50/archive/wav-files.zip

0 comments on commit bd4ddb0

Please sign in to comment.