Metadata-Version: 2.1
Name: pico_hwd_detection
Version: 1.1.0
Summary: Hotword Detection with Porcupine and Python
Author: Rohit Kumar Yadav
Author-email: <rohitkuyadav2003@gmail.com>
Keywords: python,video,stream,video stream,camera stream,sockets
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown
Requires-Dist: PyAudio
Requires-Dist: pvporcupine
Requires-Dist: colorama


Based on the provided description in your `pypi.txt` file, here’s a more professional version for your Python module's section on PyPI:



---



# **pico-hwd-detection**



`pico-hwd-detection` is a Python module designed for seamless hotword detection powered by the Picovoice platform. This module stands out for its speed, simplicity, and accuracy, making it an ideal choice for developers needing real-time voice activation capabilities. Easy to integrate with minimal configuration, it offers ongoing updates to ensure optimal performance and reliability.



## **Overview**

Voice-controlled technologies have become indispensable in the modern digital era. With the growing prevalence of virtual assistants like Siri, Alexa, and Google Assistant, users expect intuitive, voice-driven interactions with their devices. At the core of such systems lies the vital feature of **hotword detection**, which activates these devices, enabling real-time voice interaction.



`pico-hwd-detection` provides a lightweight and efficient solution for hotword detection using the **Porcupine library** from Picovoice. Built with a focus on real-time performance, the module allows developers to integrate voice-triggered functionality into their applications effortlessly, enhancing both user engagement and accessibility.



### **Key Features**

- **Real-time Hotword Detection:** Detects predefined hotwords with minimal latency, ensuring a smooth user experience.

- **Customizable Keywords:** Flexibly modify hotword lists according to application requirements.

- **Cross-Platform Compatibility:** Fully supports Windows, macOS, and Linux platforms.

- **User-Friendly API:** Offers simple and intuitive functions for easy integration into any project.



### **Installation**

Install the package via `pip`:

```bash

pip install pico-hwd-detection

```

Or:

```bash

pip3 install pico-hwd-detection

```



### **Supported Platforms**

- **Linux (x86_64)**

- **macOS (x86_64, arm64)**

- **Windows**



### **Getting an Access Key**

To use `pico-hwd-detection`, you'll need an access key. Obtain one for free by visiting [Picovoice Console](https://console.picovoice.ai/).



### **Usage Example**

```python

from pico_hwd_detection import pico_hotword



pico_hotword.hotword_detection(access_key)

```



For more details, you can visit the [documentation](https://medium.com/@rohitkuyadav2003).



---



This version is polished and clear, suitable for a professional PyPI module description.
