TextToVoice is a web application that allows you to convert text into voice using AWS services. It’s built with React, HTML, CSS, and JavaScript.
You can check out the live demo of the project at TextToVoice Demo.
Clone this repository to your local machine:
git clone https://github.com/js-1608/TextToVoice.github.io.git
Change directory to the project folder:
cd TextToVoice.github.io
Install the necessary dependencies using npm:
npm install
Once the installation is complete, start the development server:
npm start
Open your web browser and go to http://localhost:3000 to access the TextToVoice application.
Enter the text you want to convert to voice and click the “Convert” button.
The application will generate the voice and play it for you.
Contributions are welcome! If you’d like to contribute to this project, please follow these steps:
This project is licensed under the MIT License.