VocalFlow is a dynamic voice recognition app developed with Vue.js. It leverages cutting-edge speech processing technologies to provide seamless voice-to-text conversion, command execution, and interactive voice-driven experiences.
- Real-time Voice-to-Text Conversion: Transcribe speech to text instantly.
- Command Execution: Perform tasks and control app functionalities through voice commands.
- Interactive Voice Experiences: Engage with the app using intuitive voice interactions.
- Frontend: Vue.js
- Speech Recognition API: Integrated with advanced speech processing technologies.
- Clone the repository:
git clone https://github.com/Hashara13/VocalFlow-Voice-Recognition-App.git
- Navigate to the project directory:
cd VocalFlow
- Install the dependencies:
npm install
- Start the development server:
npm run serve
- Access the app locally via http://localhost:8080/.
- Access via https://vocalflow.vercel.app/.
- Use the microphone button to start speaking and see real-time transcription.
- Execute predefined commands to control various aspects of the app.