Metadata-Version: 2.1
Name: recogaud
Version: 0.2
Summary: A library for audio recognition and text correction
Author: Your Name
Author-email: firi8228@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: SpeechRecognition
Requires-Dist: g4f

# RecogAud

RecogAud is a Python library for audio recognition and text correction.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install RecogAud.

```bash
pip install recogaud
