Skip to content

pratik2630/WrapIT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

A summary generator project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published