This web app utilizes Deepgram's Machine-Learning to generate transcripts from audio files. Users can either record audio on the web app through a microphone and a transcript will be generated.
- Clone this repository to your machine
- Navigate to the project directory
- Setup your .env file
- Build the Docker Images
docker-compose build
- Run the Docker Container
docker-compose up -d
- Open the Web App on your Browser
http://localhost:3000
- Stop the containers
docker-compose stop