Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: abhirooptalasila/AutoSub
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: abhirooptalasila/AutoSub
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 19 commits
  • 15 files changed
  • 4 contributors

Commits on Feb 2, 2022

  1. Configuration menu
    Copy the full SHA
    af8f0a1 View commit details
    Browse the repository at this point in the history
  2. Add support for Coqui STT and .tflite models

    - By default, Coqui will be used for inference, with an option to switch to DeepSpeech
    - Coqui supports .tflite models out-of-the-box, whereas DeepSpeech needs a different package. Refer #41
    - English models will be automatically downloaded if run without the model argument
    - Updated README and requirements.txt to reflect changes
    abhirooptalasila committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    40bb833 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. fix setup packages

    milahu authored Mar 5, 2022
    Configuration menu
    Copy the full SHA
    0a53c11 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Configuration menu
    Copy the full SHA
    4c64a00 View commit details
    Browse the repository at this point in the history
  2. fix imports to autosub module

    milahu committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    76144f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Configuration menu
    Copy the full SHA
    f52e41c View commit details
    Browse the repository at this point in the history
  2. write to disk often

    milahu authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    a1bc630 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Merge pull request #51 from milahu/patch-1

    fix setup packages
    abhirooptalasila authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    aa37401 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #53 from milahu/patch-2

    setup.py: add entry_points to produce bin/autosub
    abhirooptalasila authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    070dbc4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #54 from milahu/fix-imports-to-autosub-module

    fix imports to autosub module
    abhirooptalasila authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    d5bbfd1 View commit details
    Browse the repository at this point in the history
  4. Update writeToFile.py

    Add docstring
    abhirooptalasila authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    ff4f2c6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #58 from milahu/patch-3

    refactor get_timestamp_string
    abhirooptalasila authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    3291ced View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad3153d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #59 from milahu/patch-4

    write to disk often
    abhirooptalasila authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    6286733 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. Merge #64. Close #62, #63

    abhirooptalasila committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    b1a6edd View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Configuration menu
    Copy the full SHA
    0d38535 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Add support for Python 3.9 (#71)

    Thanks!
    KyleMaas authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    5dc2314 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    66e79f7 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

  1. fix: np.int to int (#81)

    milahu authored Dec 24, 2023
    Configuration menu
    Copy the full SHA
    ddd67d5 View commit details
    Browse the repository at this point in the history
Loading