Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avneeshchaudhary/speech2textweb
Simple transcription Web Application
https://github.com/avneeshchaudhary/speech2textweb
speech-to-text transcribe
Last synced: 11 days ago
JSON representation
Simple transcription Web Application
- Host: GitHub
- URL: https://github.com/avneeshchaudhary/speech2textweb
- Owner: avneeshchaudhary
- Created: 2024-04-03T22:39:50.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-17T19:11:20.000Z (6 months ago)
- Last Synced: 2024-05-17T20:27:05.607Z (6 months ago)
- Topics: speech-to-text, transcribe
- Language: JavaScript
- Homepage: https://speech2textweb.netlify.app
- Size: 204 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Speech to Text Web App
This is a React-based web application that converts spoken words into text in real-time using the Web Speech API.
## Features
- Real-time speech recognition
- User-friendly interface
- Supports multiple languages
- Simple and intuitive design## Technologies Used
- **React**: JavaScript library for building user interfaces
- **Web Speech API**: Provides speech recognition capabilities to web applications
- **CSS**: Styling the application## Getting Started
Follow these instructions to set up the project locally.
### Prerequisites
Make sure you have the following software installed:
- Node.js
- npm (Node Package Manager)### Installation
1. Clone the repository:
```bash
git clone https://github.com/yourusername/speech-to-text-web-app.git
cd speech-to-text-web-app
```2. Install the dependencies:
```bash
npm install
```### Running the Application
Start the development server:
```bash
npm start
```Open your browser and navigate to `http://localhost:3000` to see the application in action.
## Usage
1. Click the microphone button to start recording.
2. Speak into your microphone.
3. The recognized text will appear in the text area.## Contributing
Contributions are welcome! Please follow these steps:
1. Fork the repository.
2. Create a new branch (`git checkout -b feature/your-feature`).
3. Make your changes.
4. Commit your changes (`git commit -m 'Add some feature'`).
5. Push to the branch (`git push origin feature/your-feature`).
6. Open a pull request.## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## Acknowledgements
- Inspired by the capabilities of the Web Speech API.
- Thanks to the open-source community for their contributions.## Contact
If you have any questions or suggestions, feel free to reach out to:
- **Name**: Avneesh Chaudhary
- **Email**: [email protected]---
Thank you for using our Speech to Text web app!