Git Product home page Git Product logo

speakify's Introduction

Speakify

Speakify is a web application that uses Edge TTS to convert text to speech using a variety of voices.

Demo Site

Speakify.

Installation

To run the Speakify app locally, you'll need to have Python 3.9 and pip installed on your machine. Clone the project repository, navigate to the project folder, and install the required Python packages by running:

pip install -r requirements.txt

Usage

To start the Speakify app, run:

python3 main.py

This will start the app server and automatically reload the server whenever changes are made to the Python code.

You can access the app by visiting http://localhost:8000 in your web browser.

Docker

Alternatively, you can run the Speakify app using Docker. To build a Docker image, navigate to the project folder and run:

docker build -t speakify .

Once the image has been built, you can start a container from it with:

docker run -p 8000:8000 speakify

This will start a new container and map port 8000 in the container to port 8000 on your local machine. You can access the app by visiting http://localhost:8000 in your web browser.

Contributing

If you'd like to contribute to Speakify, please fork the repository, make your changes, and submit a pull request. We welcome contributions of all kinds, including bug fixes, feature additions, documentation improvements, and more.

Credits

Speakify was created by [habitual69]. The app uses Edge TTS for text-to-speech conversion.

License

Speakify is licensed under the MIT License.

speakify's People

Contributors

habitual69 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

chsalman1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.