Metadata-Version: 2.1
Name: largeaudio2text
Version: 0.1.0
Summary: 
Author: fahadsalamatrandhawa
Author-email: dreamtwister61814@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: pydub (>=0.25.1,<0.26.0)
Description-Content-Type: text/markdown

## Project purpose
This project allows users to easily extract text from large audio files, noramlly you have to convert the large file to chunks and then process each chunks, store those chunks and a whole lot more, with this package you simple provide file and it returns you transcript.

### How to use?
Import ```SpeechRecognitionModel``` class from ```Model__Speech_Recognition```, and call the autioToTextFunction

### Dependencies
The package uses pydub, io, speech_recognition dependencies
