AVMSpeechMath

Perform voice operations in Spanish with Python.


License
MIT
Install
pip install AVMSpeechMath==0.0.5

Documentation

Contributors Forks Stargazers Issues MIT License


Logo

AVMSpeechMath

Perform voice operations in Spanish with Python!
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact

About The Project

miniatura

If you want to watch the explanation in video, see the link

Getting Started

Prerequisites

You need to make sure you have installed the following modules.

  • speech_recognition

    pip install SpeechRecognition
  • pyttsx3

    pip install pyttsx3

Installation

pip install AVMSpeechMath

Usage

  • Example 1

    import AVMSpeechMath as sm
    
    res = sm.getResult("cuanto es dos mas dos") # without accents
    print(res) # prints 'El resultado es 4'
  • Example 2

    import AVMSpeechMath as sm
    
    res = sm.getResult("cuanto es cinco por 4000") # without accents
    print(res) # prints 'El resultado es 20,000'
  • Example 3

    import AVMSpeechMath as sm
    
    res = sm.getResult("raiz de cien") # without accents
    print(res) # prints 'El resultado es 10'

For more examples, please refer to the Examples packages

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Youtube: /avmmodules

Email: avmmodules@gmail.com