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

Format documentation; switch to argparse #34

Merged
merged 10 commits into from
Oct 25, 2024

Conversation

evmaki
Copy link
Contributor

@evmaki evmaki commented Oct 25, 2024

This PR contains the following changes:

  • Documentation
    • Formatting updates for consistency with the other documentation in the repo.
    • Added macOS 14.1 M3 as a tested platform.
    • Example video of live_captions.py.
  • Code
    • live_captions.py now uses argparse to parse command line arguments. This will make it easier to add more supported models in the future; it also handles printing of help info/supported arguments on the command line.

@evmaki evmaki requested a review from guynich October 25, 2024 17:18
@@ -182,9 +153,10 @@ This is an example of the Moonshine base model being used to generate live capti
(env_moonshine_demo) parallels@ubuntu-linux-2404:~$
```

For comparison this is the Faster-Whisper int8 base model on the same instance.
For comparison, this is the `faster-whisper` int8 base model on the same instance.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: the example is float32 precision (not int8): this is a copy of my error. I can fix this in the parent branch.

@guynich
Copy link
Contributor

guynich commented Oct 25, 2024

LGTM: one comment which I can resolve.

@evmaki evmaki merged commit ff4f206 into guy/live_captions Oct 25, 2024
@evmaki evmaki deleted the guy/evan/live_captions branch October 25, 2024 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants