/english-speak-spelling

Use AWS Polly to practice smb' english in spelling recognition

Primary LanguagePython

english-speak-backend-spelling

Use AWS Polly to practice smb' english in spelling recognition

Requirements

Python 3

Create + activate virtual environment

python3 -m venv venv
source venv/bin/activate

Install dependencies

. venv/bin/activate
pip install -r requirements.txt

Run tests

. venv/bin/activate
python -m unittest discover test/.