You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# OuNuPo Make
|
|
|
|
(Description of makefile)
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
## Authors
|
|
|
|
#Angeliki Diakrousi
|
|
|
|
|
|
|
|
|
|
|
|
# Install
|
|
|
|
`git clone https://git.xpub.nl/repos/OuNuPo-make.git`
|
|
|
|
|
|
|
|
|
|
|
|
# Make commands
|
|
|
|
|
|
|
|
## N+7 (example) Author
|
|
|
|
Description: Replaces every word with the 7th next word in a dictionary.
|
|
|
|
|
|
|
|
run: `make N+7`
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
* a
|
|
|
|
* b
|
|
|
|
* c
|
|
|
|
|
|
|
|
|
|
|
|
## ttssr-human-only Angeliki
|
|
|
|
Description: Speech recognition feedback loops using the first sentence of a scanned text as input
|
|
|
|
|
|
|
|
run: `make ttssr-human-only`
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
*python 3.3
|
|
|
|
*pocketsphinx
|
|
|
|
*SpeechRecognition 3.8.1
|
|
|
|
*PyAudio
|
|
|
|
|
|
|
|
install:
|
|
|
|
`https://pzwiki.wdka.nl/mediadesign/Speech_recognition`
|
|
|
|
|
|
|
|
|
|
|
|
|