Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees authored Jan 7, 2024
1 parent 01c8fe5 commit 4224755
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,17 @@ Uses whisper AI so this is state of the art translation service - completely fre

Your data stays private and is not uploaded to any service.

# Install (CPU Version)
# Install (CPU Version - Windows / GPU - Linux)

For linux, gpu/cuda mode is enabled by default. Windows however will be CPU only.

```bash
pip install transcribe-anything
```

# Usage (GPU Accelerated Version) (works on Python 3.10.X)
# Usage (GPU Accelerated Version - For Windows) (works on Python 3.10.X)

GPU acceleration is *much* faster than the CPU version. Install it using the following:
Windows users have need a special script to install GPU acceleration, which is *much* faster than the CPU version. Install it using the following:

```bash
curl https://raw.githubusercontent.com/zackees/transcribe-anything/main/install_cuda.py | python
Expand Down

0 comments on commit 4224755

Please sign in to comment.