Skip to content

pmains/aws_transcribe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AWS Transcribe Flask Application

This application requires that you have an AWS account, with an established S3 bucket and an access key/secret key pair.

To set up your own instance, you need to

  1. Check out this code
  2. Create a .env file as show below
  3. Install Python
  4. Install the requirements.txt (pip install -r requirements.txt)
  5. Run flask run
FLASK_APP=project
FLASK_DEBUG=0
BUCKET_NAME=[your bucket name]
AWS_ACCESS_KEY_ID=[your AWS access key]
AWS_SECRET_ACCESS_KEY=[your AWS secret access key]
APP_SECRET_KEY=[your application key]
DATABASE_URL=sqlite:///db.sqlite

About

AWS Transcribe WebApp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •