From 490bd88ec84f075414b9ea1e9cc03de466a7b3de Mon Sep 17 00:00:00 2001 From: Bakhtiar Meraj Date: Fri, 2 Apr 2021 18:05:35 +0200 Subject: [PATCH] Update README.md --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8d07efe..e49907d 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,6 @@ Precise is a wake word listener. The software monitors an audio stream ( usually a microphone ) and when it recognizes a specific phrase it triggers an event. For example, at Mycroft AI the team has trained Precise to recognize the phrase "Hey, Mycroft". When the software recognizes this phrase it puts the rest of Mycroft's software into command mode and waits for a command from the person using the device. Mycroft Precise is fully open source and can be trined to recognize anything from a name to a cough. -In addition to Precise there are several proprietary wake word listeners out there. If you are looking to spot a wakeword Precise might be a great solution, but if it's too resource intensive or isn't accurate enough here are some [alternative options][comparison]. - -[comparison]: https://github.com/MycroftAI/mycroft-precise/wiki/Software-Comparison - ## Supported Operating Systems Precise is designed to run on Linux. It is known to work on a variety of Linux distributions including Debian, Ubuntu and Raspbian. It probably operates on other \*nx distributions. @@ -16,12 +12,11 @@ Precise is designed to run on Linux. It is known to work on a variety of Linux ### Train your own model -You can find info on training your own models [here][train-guide]. It requires -running through the [**source install instructions**][source-install] first. +You can find info on training your own models [train-guide](https://github.com/MycroftAI/mycroft-precise/wiki/Training-your-own-wake-word#how-to-train-your-own-wake-word). It requires +running through the **source install instructions** first. **Note: Please use the training-guide mentioned in the link. It's really helpful and the repo is tested using the commands mentioned in the link.** - -[train-guide]:https://github.com/MycroftAI/mycroft-precise/wiki/Training-your-own-wake-word#how-to-train-your-own-wake-word +Custom training Method [link](https://github.com/MycroftAI/mycroft-precise/wiki/Training-your-own-wake-word#how-to-train-your-own-wake-word) ## Installation