thiagohgl commited on
Commit
81893e0
1 Parent(s): bc96bd9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -10,7 +10,7 @@ To run the program locally, you need to install the requirements and run the mai
10
  pip install -r requirements.txt
11
  python webApp.py
12
  ```
13
- You'all also need ffmpeg, which you can download from here https://ffmpeg.org/download.html. On Windows, it may be needed to add the ffmpeg "bin" folder to your PATH environment variable. On Mac, you can also just run "brew install ffmpeg".
14
 
15
  You should be able to run it locally without any major issues as long as you’re using a recent python 3.X version.
16
 
@@ -21,7 +21,7 @@ Please be aware that the usage is limited by day (I’m still not rich ;)). If,
21
 
22
  ## Motivation
23
 
24
- Often, when we want to improve our pronunciation, it is very difficult to self-assess how good we’re speaking. Asking a native, or language instructor, to constantly correct us is either impractical, due to monetary constrains, or annoying due to simply being too boring for this other person. Additionally, they may often say “it sounds okay” after your 10th try to not discourage you, even though you may still have some mistakes in your pronunciation.
25
 
26
  The AI pronunciation trainer is a way to provide objective feedback on how well your pronunciation is in an automatic and scalable fashion, so the only limit to your improvement is your own dedication.
27
 
 
10
  pip install -r requirements.txt
11
  python webApp.py
12
  ```
13
+ You'll also need ffmpeg, which you can download from here https://ffmpeg.org/download.html. On Windows, it may be needed to add the ffmpeg "bin" folder to your PATH environment variable. On Mac, you can also just run "brew install ffmpeg".
14
 
15
  You should be able to run it locally without any major issues as long as you’re using a recent python 3.X version.
16
 
 
21
 
22
  ## Motivation
23
 
24
+ Often, when we want to improve our pronunciation, it is very difficult to self-assess how good we’re speaking. Asking a native, or language instructor, to constantly correct us is either impractical, due to monetary constrains, or annoying due to simply being too boring for this other person. Additionally, they may often say “it sounds good” after your 10th try to not discourage you, even though you may still have some mistakes in your pronunciation.
25
 
26
  The AI pronunciation trainer is a way to provide objective feedback on how well your pronunciation is in an automatic and scalable fashion, so the only limit to your improvement is your own dedication.
27