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

Continuous mode not working #148

Closed
wants to merge 40 commits into from
Closed

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    9fde685 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from vivekuppal/vu-readme-updates

    Update README.md for Transcribe
    vivekuppal committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    1483fea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    391d728 View commit details
    Browse the repository at this point in the history
  4. Update README.md (#3)

    vivekuppal committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    ab4245d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ebb6f2f View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Code clean up, add linting. (#4)

    Update readme for addition of new models.
    Update license agreement for Transcribe.
    Add linting.
    Code clean up
    vivekuppal committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    8f5a595 View commit details
    Browse the repository at this point in the history
  2. UI Text Chronology (#5)

    * Show all text in chronological order instead of current behavior of showing only the last MAX_PHRASES(10) items. Use the last MAX_PHRASES(10) for generating a response to the conversation.
    
    * Remove print statements, debugging code.
    
    * Remove references to Git LFS. Add a note about models.
    vivekuppal committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    59d5c91 View commit details
    Browse the repository at this point in the history
  3. Update readme with Enhancements. Allow copy of text from UI window. R…

    …efactor return of components. (#6)
    vivekuppal committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    f772bb8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87a38b1 View commit details
    Browse the repository at this point in the history
  5. Add Contextual Information to Responses (#11)

    * Save conversation to text.
    
    * Allow users to customize the prompts and get contextual responses.
    
    * Update readme with feature request for Contextual information.
    
    * Update button text.
    vivekuppal committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    65d6dcf View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

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

Commits on Jul 11, 2023

  1. Update main.py (#15)

    Resolves issue #14
    Fix links for download of the models.
    abhinavuppal1 committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    cfca51a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Code reorg to separate UI code (#16)

    code reorg to separate some of the UI code
    vivekuppal committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    152bad3 View commit details
    Browse the repository at this point in the history
  2. Add support for multiple languages (#18)

    * Add support for multi languages.
    vivekuppal committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    addf17f View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Easy install for non developers on windows (#20)

    - Add script for generation of binaries
    - Separate transcription related vars into a singleton global class
    - Further remove ui code from main.py class
    - Add a File, Edit menu
    vivekuppal committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    e5cda88 View commit details
    Browse the repository at this point in the history
  2. Disabled winrar UI (#22)

    Disable winrar UI
    Adarsha-gg committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    9896c1c View commit details
    Browse the repository at this point in the history
  3. When using API, we do not need to specify language, absorb the lang p…

    …arameter in the method (#24)
    
    When using --api option, get an error when running transcribe.
    vivekuppal committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    901501b View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Language combo fix (#26)

    * sorted Language combobox
    * small fix
    Adarsha-gg committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    bd48b61 View commit details
    Browse the repository at this point in the history
  2. Added gdrive (#27)

    * Generate binaries and put them on github
    * Update Readme for generated binaries
    Adarsha-gg committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    7c9ca88 View commit details
    Browse the repository at this point in the history
  3. Allow usage of API Key in installed version of Transcribe (#28)

    Add a parameters.yaml for configurable parameters
    Allow specification of api key as a command line arg
    Add api key to parameters.yaml file
    Api key specified in cmd line args take precedence over parameters.yaml file
    Create a base Singleton class
    Implement Config object (Singleton) for reading from parameters file
    Redo implementation of Transcription Globals class as Singleton using Singleton base class
    Add parameters.yaml file to installer zip for installed version of Transcribe
    Update Readme with instructions for using API key.
    vivekuppal committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    2429c97 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

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

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    4be26c7 View commit details
    Browse the repository at this point in the history
  2. --api option was not working correctly (#34)

    --api option was not working correctly even when a good API key was provided.
    
    For transcription local models are working well.
    When using --api option and attempting to transcribe using openAI API transcription was not happening because incorrect API Key was being sent to the API.
    vivekuppal committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    6e53b31 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

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

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    af87eff View commit details
    Browse the repository at this point in the history
  2. Optimize LLM usage (#40)

    * Do not ping LLM if we do not need to. Previously we were always pinging LLM even when response suggestions were off. Partial refactoring work towards separating the conversation its own object.
    
    * Make openai model configurable using parameters.yaml so it is easy to change for end user.
    vivekuppal committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    26cfaad View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Bug fixes for exceptions observed during usage. Add further plumbing …

    …for upcoming features. (#41)
    vivekuppal committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    f8d5857 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1356a78 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Get Response from LLM on demand (#44)

    - Add feature to get response from LLM on demand in addition to getting it continuously. 
    This option is very useful when continuous response from LLM is disabled.
    - Bug Fix: Pausing, restarting transcription was not working from File Menu.
    vivekuppal committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    a1cc48b View commit details
    Browse the repository at this point in the history
  2. Models from open ai site (#43)

    * Add links to the official site
    Adarsha-gg committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    ea5f392 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. List all active devices (#45)

    * List all audio drivers, devices(speakers, microphone) on the machine.
    * Add info about the mic, speaker in use currently.
    vivekuppal committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    b4e03a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Allow user to select input, output audio devices (#48)

    Allow user to select non default speaker, microphone using command line arguments.
    List of devices can be obtained using the -l option
    vivekuppal committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    85d09ed View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Disable mic speaker selectively (#49)

    * Allow selective enabling, disabling of mic, speaker using command line arguments.
    * Update readme with features.
    vivekuppal committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    28d1e9a View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Add Audio Response for LLM generated content (#50)

    * Add text to speech. Parse OpenAI responses better than before
    vivekuppal committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    e48bdb8 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Update, upload latest binaries (#54)

    Create new binaries till this version and update Readme file with link to the new binaries.
    Adarsha-gg committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    6baa77f View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Multiturn prompts, bug fixes (#55)

    * multiturn prompts, bug fixes
    vivekuppal committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    fa55416 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Allow enable/disable speaker and microphone from UI (#56)

    * updated the gdrive link to the latest version
    * ui additions for enable/disable functionality
    Adarsha-gg committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    ce5a1e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Update gdrive link (#58)

    Adarsha-gg committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    e445856 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    b50f58c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7ea2cc View commit details
    Browse the repository at this point in the history