An open API service indexing awesome lists of open source software.

https://github.com/devhabeeblateef/mimicjavascript

Gets user's speech, converts to text, then converts back to speech
https://github.com/devhabeeblateef/mimicjavascript

Last synced: about 1 year ago
JSON representation

Gets user's speech, converts to text, then converts back to speech

Awesome Lists containing this project

README

          

# Mimicry App

## Description
This Mimicry App is a project inspired by the GDSC (Google Developer Student Clubs) OUI (Orientation to University and Internship) event for freshers. Originally, the app showcased speech-to-text recognition. Building upon this concept, I expanded its functionality to include text-to-speech mimicry.

The app utilizes Vanilla JavaScript for its core functionality, making it lightweight and easy to understand. It allows users to speak into their device's microphone, converts their speech to text, and then converts that text back into speech, effectively mimicking the user's input.

## Features
- Speech-to-text recognition
- Text-to-speech mimicry
- Simple and intuitive user interface
- Responsive design for various screen sizes

## Installation
1. Clone the repository to your local machine:
```
git clone https://github.com/devhabeeblateef/mimicJavascript.git
```
2. Open the `index.html` file in your preferred web browser.

## Usage
1. Allow the app to access your device's microphone.
2. Click the microphone button to start speaking.
3. Once you finish speaking, the app will convert your speech to text.
4. The text will then be converted back into speech, mimicking your input.
5. Enjoy experimenting with the app's mimicry capabilities!

## Contributing
Contributions are welcome! If you'd like to enhance the app or fix any issues, please follow these steps:
1. Fork the repository.
2. Create a new branch (`git checkout -b feature/improvement`).
3. Make your changes.
4. Commit your changes (`git commit -am 'Add new feature'`).
5. Push to the branch (`git push origin feature/improvement`).
6. Create a new Pull Request.

## Credits
This project was inspired by the GDSC OUI event for freshers. Special thanks to the GDSC lead for the initial speech-to-text app demonstration.