Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 505 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 505 Bytes

WrapIT

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'