https://github.com/eprev/eprev_talon
https://github.com/eprev/eprev_talon
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eprev/eprev_talon
- Owner: eprev
- License: mit
- Created: 2022-01-10T20:19:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-27T20:12:12.000Z (about 1 year ago)
- Last Synced: 2025-04-19T17:25:42.589Z (about 1 year ago)
- Language: Python
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eprev_talon
Extension of [github.com/talonhub/community](https://github.com/talonhub/community).
```
cd ~/.talon/user
git clone https://github.com/talonhub/community 0-community
git clone https://github.com/eprev/eprev_talon.git 1-eprev_talon
```
```
cat ~/.talon/user/engines.py
from talon.engines.macsf import MacSFEngine
from talon import speech_system
engine = MacSFEngine()
speech_system.add_engine(engine)
```