Skip to content

An audio transcription application which converts the speech to text and stores the previous audio transcriptions.

Notifications You must be signed in to change notification settings

Ameyak17901/Audio-transcriptor

Repository files navigation

Audio Transcriptor

Description:

This an application that convertes the speech to text and display the text on the screen. This application also keeps the history of the previous audio transcriptions.

Instructions to set up the project:

  • Clone the repository:

    git clone <url>
    
  • Install the dependencies:

    npm install
    
  • Start the development server:

    npm run dev
    
  • Create a Deepgram account:

    1. Generate an API Key and create .env file and store the API Key as below:
      VITE_APP_API_KEY = <key> 
      

Then the project ready to use.

Tech Stack used:

  • Frontend: React.js
  • Styling:
    1. Tailwind CSS.
    2. Styled Components.

About

An audio transcription application which converts the speech to text and stores the previous audio transcriptions.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published