Skip to content

Commit

Permalink
READme cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmousee committed Jun 4, 2017
1 parent 2113bdf commit ab51ac9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Python/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
## Stress Detector Python WebService
# Stress Detector Python WebService

To run it just go to the folder and type "python StressDetectorWS.py" without the quotes
It will run as a http service listening to port 8080

To send a test request just run "curl -H "Content-Type: application/json" --data @audiodata.json http://localhost:8080/processAudio"

## Stress Detector Python Desktop
# Stress Detector Python Desktop

To run it just go to the folder and type "python StressDetectorDesktop.py -i <inputfile>" without the quotes
It will verify stress level for the input file passed by argument. Feel free to change the code to check for other files.
It should print the graph of the stress data as well.

# Tested only with 8000KHz sample rate WAV files
## Tested only with 8000KHz sample rate WAV files

0 comments on commit ab51ac9

Please sign in to comment.