Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.29 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.29 KB

VocalFlow - Voice Recognition App

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.

Features

  • 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.

Technology Stack

  • Frontend: Vue.js
  • Speech Recognition API: Integrated with advanced speech processing technologies.

Installation

  1. Clone the repository:
    git clone https://github.com/Hashara13/VocalFlow-Voice-Recognition-App.git
    
  2. Navigate to the project directory:
    cd VocalFlow
    
  3. Install the dependencies:
    npm install
    
  4. Start the development server:
    npm run serve
    

Usage