Update README.md
This commit is contained in:
parent
3632340037
commit
490bd88ec8
11
README.md
11
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user