The following technical requirements need to be met to install Recap:
- macOS systems and Xcode 15.0 and above
- Git for cloning code repositories
- Hugging Face account used to get Whisper model token
Steps to get HF_TOKEN::
- Visit the Hugging Face website to register/login for an account
- Create API token in account settings
- Copy the token into Xcode's Scheme Editor environment variable configuration
The developer plans to introduce pre-compiled versions in the future to simplify the installation process, but for now users need to have the ability to configure a basic development environment.
This answer comes from the articleRecap: macOS Local Meeting Audio Transcription and Summarization ToolThe