Skip to content

Commit c0689dc

Browse files
committed
Add readme install and ignore
1 parent 61e44c5 commit c0689dc

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
data/*
2+
.spyproject/
13
# Byte-compiled / optimized / DLL files
24
__pycache__/
35
*.py[cod]

README.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
11
# AuditoryCoding
2-
Efficient auditory coding
2+
3+
Efficient auditory coding project: School project for the course [Introduction to Neurosciences Modelization](http://www.lps.ens.fr/~nadal/Cours/MVA/) @ ENS Cachan
4+
5+
### Overview
6+
7+
### Requirements
8+
9+
* Numpy
10+
* [Sndfiles](http://www.mega-nerd.com/libsndfile/) and [scikits.audiolab](https://cournape.github.io/audiolab/overview.html) to read .wav with NIST headers
11+
12+
### Authors
13+
- Kimia Nadjahi
14+
- [Rachid Riad](https://rachine.github.io/)
15+
16+
17+
### References
18+
19+
20+
### Acknowledgments

0 commit comments

Comments
 (0)