TextToVoice.github.io


TextToVoice

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.

Table of Contents

Demo

You can check out the live demo of the project at TextToVoice Demo.

Features

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/js-1608/TextToVoice.github.io.git
    
  2. Change directory to the project folder:

    cd TextToVoice.github.io
    
  3. Install the necessary dependencies using npm:

    npm install
    

Usage

  1. Once the installation is complete, start the development server:

    npm start
    
  2. Open your web browser and go to http://localhost:3000 to access the TextToVoice application.

  3. Enter the text you want to convert to voice and click the “Convert” button.

  4. The application will generate the voice and play it for you.

Contributing

Contributions are welcome! If you’d like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them.
  4. Push your changes to your fork.
  5. Create a pull request to the main repository.

License

This project is licensed under the MIT License.