Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added option to process WAVs directly and mass transcription with docker-compose #79

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Mar 26, 2023

  1. - Added support for WAV files

    - Added docker-compose for easy usage
    - Tidy up of bash scripts
    differentiablepizza committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    2f21856 View commit details
    Browse the repository at this point in the history
  2. Added details about docker-compose on readme

    differentiablepizza committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    aef82e3 View commit details
    Browse the repository at this point in the history
  3. tidy up getmodels.sh and put tqdm back on main.py

    differentiablepizza committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    94a5998 View commit details
    Browse the repository at this point in the history
  4. run.sh wasn't working for .tflite

    differentiablepizza committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    1221c59 View commit details
    Browse the repository at this point in the history
  5. Changed tqdm to print every one in a while

    instead of its default progress bar
    differentiablepizza committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    d11fc61 View commit details
    Browse the repository at this point in the history
  6. Created one separate Dockerfile for CPU and GPU

    differentiablepizza committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    986d79c View commit details
    Browse the repository at this point in the history
  7. Docker compose can choose dockerfile dynamically

    differentiablepizza committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    7cba57e View commit details
    Browse the repository at this point in the history
  8. Made input and output as env variables on docker-compose

    differentiablepizza committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    100b131 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Minor change to docker-compose file

    differentiablepizza committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    51b8fc0 View commit details
    Browse the repository at this point in the history
  2. Made adaptations to run GPU on container

    differentiablepizza committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    057e749 View commit details
    Browse the repository at this point in the history