Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 526 Bytes

readme.md

File metadata and controls

18 lines (12 loc) · 526 Bytes

Text-To-Speech-API

What Is This?

This is an text-to-speech API built with FastAPI and AmazonPolly

How To Setup This Application

  1. Run virtualenv venv to create a virtual environment.
  2. Run pip install -r requirements.txt to install dependencies.
  3. Create and add the following credentials in your env file AWS_AK="{aws_access_key}"AWS_SAK="{aws_secret_access_key}"
  4. Run python main.py
  5. Navigate to http://localhost:8090 in your browser