Audio Temporal Segmentation & Sentiment Analysis
- Install AWS CLI
pip install awscli
aws configure
- Follow the wizard to enter your AWS Access Key ID, Secret Access Key, region name and output format
- Access Key ID can be found in discord thread for now
- Secret Access Key can be found in discord thread for now
- Default region name: us-west-1
- Default output format: json
- Upload files to S3 bucket
aws s3 cp <local_file_name> s3://<bucket_filepath>/
local_file_name: file name in your local machine bucket_filepath: file path in your S3 bucket where you want to upload the file (audio data goes inantennai/audio-data/
)