Metadata-Version: 2.1
Name: speechToTextPy
Version: 0.0.3
Summary: SpeechRecognition and Translation.
Author-email: ranjitmaity95@gmail.com
Description-Content-Type: text/markdown

# Translation and Speech Recognition

This project uses the Google Translate API and the SpeechRecognition library to perform translations and recognize speech. Below are the functions implemented in this project:

## `listen()`

This function listens to audio input from a microphone and recognizes the speech in the input. It returns the recognized text in Hindi.

## `TranslationHinEng(Text)`

This function takes a text input in Hindi and translates it into English using the Google Translate API. It returns the translated text in English.

## `MiceExicution()`

This function combines the `listen()` and `TranslationHinEng()` functions to listen to audio input, recognize speech, and then translate it into English. It returns the translated text.

## Usage

To use these functions, you can call `MiceExicution()`, which will listen to your speech, translate it, and return the translated text.

```python
translated_text = MiceExicution()
print(f"Translated Text: {translated_text}")
```

## version
0.0.3
## Authors

- [@RANJIT_MAITY](https://www.linkedin.com/in/ranjit-maity-75204a131/)


## Reales Date 
 23-09-2023
 
 


## Badges

[![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs)
[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/)
[![AGPL License](https://img.shields.io/badge/license-AGPL-blue.svg)](http://www.gnu.org/licenses/agpl-3.0)


##  About Author
I Am Ranjit From INDIA, a Certified Data scientist , Data Engineer by professional  with hands-on experience of more than 1year and 2months ,on ML> NLP> Data mining > Neural Networks > ModeL Deployment>ETL.
 Give me raw data and I'll return you insights, problems to be rectified and enhancements to achieve the target. I am always on the lookout for new projects to work And 
Am Always Happy â˜» To Play With Data


##  Links

[![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/ranjit-maity-75204a131/)
[![twitter](https://img.shields.io/badge/twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/ranjitmaity95)
[![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/RanjitM007)


