Skip to content

software-students-fall2023/4-containerized-app-exercise-team1-pt4

Repository files navigation

Code style: black Build Status

Transcript Generator

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.

Authors

Instructions to run the web app

  1. Clone this repository to your machine
  2. Navigate to the project directory
  3. Setup your .env file
  4. Build the Docker Images
    docker-compose build
  5. Run the Docker Container
    docker-compose up -d
  6. Open the Web App on your Browser
    http://localhost:3000
  7. Stop the containers
    docker-compose stop

About

4-containerized-app-exercise-team1-pt4 created by GitHub Classroom

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published