Metadata-Version: 2.1
Name: AudioNest
Version: 0.2.0
Summary: Convert any audio file to text with AudioNest
Home-page: https://github.com/yourusername/audionest
Author: Anudeep Satya Sai
Author-email: edaradeepu74@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: vosk
Requires-Dist: ffmpeg-python

# AudioNest

AudioNest is a Python package that converts audio files to text using the `SpeechRecognition` library.

## Installation

To install the package, clone the repository and run:

```bash
pip install .
