Skip to content

A text-to-speech api built with fast api and amazon polly

Notifications You must be signed in to change notification settings

Daliseiy/speech-2-text-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A text-to-speech api built with fast api and amazon polly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages