Skip to content

This project allows you to convert audio files to text using AWS Transcribe and then summarizes the text using the ChatGPT API. It provides an easy way to extract key information from audio recordings and generate concise summaries.

Notifications You must be signed in to change notification settings

rohit-rambade/Speak2Brief

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Speak2Brief

This project allows you to convert audio files to text using AWS Transcribe and then summarizes the text using the ChatGPT API. It provides an easy way to extract key information from audio recordings and generate concise summaries.

.env

PORT = 3001
AWS_BUCKET_NAME = 'your_aws_bucket_name'
AWS_DEFAULT_REGION = 'your_aws_default_region'
AWS_ACCESS_KEY_ID = 'your_aws_access_key_id'
AWS_SECRET_ACCESS_KEY = 'your_aws_secret_access_key'
OPENAI_API_KEY = 'your_openai_api_key'

About

This project allows you to convert audio files to text using AWS Transcribe and then summarizes the text using the ChatGPT API. It provides an easy way to extract key information from audio recordings and generate concise summaries.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published