An Deep Learning Based Hotword Detectors For Python Programmers
Project description
Welcome to lsHotword
lsHotoword detector is Easy to use Module Which is open-Source and Free License. ls is stands for Logical Spot and this module is created with the help of Coursera(Andrew Ng) Program. If you have any problem you can contact me on my E-mail at the last of this Document. For any Help we also have YouTube channel link is at the last of this file.
Training Your Own Model
For Training Your Own Model You have to Create Your Dataset. For example record 10 audio with voice Activate and place it under "Positives folder" and record 10 **Non-Activate Word ** Which are not Activate and place it under negatives folder. and Then run this command
pip install lsHotword
Then go to your python library where ls Hotword is installed and run this command.
python Htrainer.py --input ./data --epochs 100
Here data is the folder where both folders "positives and negatives" are located and training with 100 epochs.
Using Trained Model
In the installed directory you find a python file ls.py you have to open this file in your code editor and change model path and save it. Now you had done all things and now go to any directory and create any python file and use this hotword detector like this:
import ls
#type any code
#call your Hotword like this
ls.lsHotword_loop() #code stoped at this line and resume if you
#speak your Wake Word
For More Information
For more information or send your query at: iamhemantindia@protonmail.com
or Checkout Our Youtube Channel https://www.youtube.com/c/LogicalSpot
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file lsHotword-1.0.5-py3-none-any.whl
.
File metadata
- Download URL: lsHotword-1.0.5-py3-none-any.whl
- Upload date:
- Size: 1.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.4.2 requests/2.23.0 setuptools/46.3.1 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23ba39bd1d3899b3858b7a9637c2e6e2deae8187817ef778e5b501f2baff28f0 |
|
MD5 | 155adc7dbb31e243c4d2fc60e44e086c |
|
BLAKE2b-256 | 9cd926011b994bb88959c7a6ded0e23e06d6b0507faebdad27dd7156f4e56c2e |