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.
- Convert text to voice.
- Utilizes AWS services for text-to-speech functionality.
- User-friendly web interface.
- Responsive design for various screen sizes.
-
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:3000to 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:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your changes to your fork.
- Create a pull request to the main repository.
This project is licensed under the MIT License.