Metadata-Version: 2.3
Name: puretalk
Version: 0.1.2
Summary: Text-to-Speech (TTS) with natural human voice involves converting written text into spoken words using advanced machine learning models. These models are trained to produce speech that closely mimics the nuances, intonations, and rhythms of human speech, making the output sound more natural and lifelike.
Author: Your Name
Author-email: your.email@example.com
Requires-Python: >=3.9
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: click (>=8.1.8,<9.0.0)
Requires-Dist: librosa (>=0.10.2.post1,<0.11.0)
Requires-Dist: sounddevice (>=0.5.1,<0.6.0)
Requires-Dist: tokenizers (>=0.21.0,<0.22.0)
Requires-Dist: torch (>=2.5.1,<3.0.0)
Requires-Dist: torchaudio (>=2.5.1,<3.0.0)
Requires-Dist: transformers (>=4.47.1,<5.0.0)
Description-Content-Type: text/markdown

# Puretalk-TTS

## Installation

To install the necessary dependencies, run the following command:

```sh
make install
```
This will install poetry and the required dependencies for the project.  

## Running the Script
To run the script, use the following command:
```angular2html
make run
```
You will be prompted to enter the text and voice ID. The script will then execute with the provided inputs.

install: Installs poetry and the project dependencies.
run: Prompts for text and voice ID.
