Skip to content

leslie0605/interview-platform-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

  • Node.js (v14+)
  • FFmpeg installed and accessible in PATH
  • OpenAI API Key (get it here)
  • Microphone and speaker setup
  • Macbook (This is my local machine. I'm not sure if it works fine on Windows)

To run the program on your local machine

  1. Clone the repository:
    git clone https://github.com/leslie0605/interview-platform-backend.git
    cd interview-platform-backend
  2. Install dependencies:
    npm install
  3. Create an .env file and add your OpenAI API key:
    OPENAI_API_KEY=your_openai_api_key_here
  4. Upload your own resume to root folder and name it as "resume.pdf".
  5. Start the app:
    node ttsChat.js 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published