Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/felipeagger/translator-rt-py

Real Time Transcript and Translator in Python using AWS Solutions
https://github.com/felipeagger/translator-rt-py

Last synced: 2 days ago
JSON representation

Real Time Transcript and Translator in Python using AWS Solutions

Awesome Lists containing this project

README

        

# This App use AWS Transcribe and Translate Services.

https://aws.amazon.com/pt/transcribe/

https://aws.amazon.com/pt/translate/

# How to:

Before running install:

MacOS:
```
brew install portaudio
```

Linux:
```
sudo dnf install python3-devel portaudio portaudio-devel
```

And

```
pip install -r requirements.txt
```

Before run, make login in aws sdk cli:
```
aws configure
```

# Run the app.py

```
python3 app.py
```

See the Output in the console stdout logs.