Skip to content

Pierre-Alexandre-Montiel/Whisper-AI-Meeting-Summury

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenAI API Whisper Demo- Node.js example app

This is an example Speech to text app who uses Whisper through the openAI API. It uses the Next.js framework with React. Follow the instructions below to get set up.

image

Setup

  1. If you don’t have Node.js installed, install it from here (Node.js version >= 14.6.0 required)

  2. Clone this repository

  3. Navigate into the project directory

    $ cd Whisper_web_demo
  4. Install the requirements

    $ npm install
  5. Create a .env file at the root of the project

  6. Add your API key to the newly created .env file

    OPENAI_API_KEY=YOUR_KEY
    
  7. Run the app

    $ npm run dev

You should now be able to access the app at http://localhost:3000!

Warning

The backend function stores audio in your /tmp directory

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published