This is an text-to-speech API built with FastAPI and AmazonPolly
- Run
virtualenv venv
to create a virtual environment. - Run
pip install -r requirements.txt
to install dependencies. - Create and add the following credentials in your env file
AWS_AK="
{aws_access_key}"AWS_SAK="
{aws_secret_access_key}"
- Run
python main.py
- Navigate to http://localhost:8090 in your browser