Skip to content

Utilizing GPT to assist interviewees, help answer questions and write code

Notifications You must be signed in to change notification settings

mrarunmalhotra/Int-Copilot

 
 

Repository files navigation

If you encounter difficulties accessing the GPT service in your region, you can consider trying the paid service: https://mszl.app

(如果你所在的地区访问GPT服务有困难,可以尝试购买付费服务,无需额外设置:https://mszl.app ):

Interview Copilot

Utilizing GPT and Microsoft Azure's cutting-edge technology to assist interviewers

Online Demo: https://interview-copilot.github.io

Interview Copilot is a web application that captures audio from the microphone, utilizes Microsoft Azure's speech recognition service to obtain transcript, and then invokes GPT to generate answer.

Why Interview Copilot?

Although there are excellent interview assistance programs on GitHub (like cheetah), they can only run on specific desktop platforms and are difficult to install or extend.

Therefore, I developed Interview Copilot using pure web technology. It does not need installation and can run in the browser of desktop, tablet, or smartphones. Also, It is serverless, the API Token information is stored locally in your browser.

Windows Mac Pad \ Phone
cheetah
ecoute
Interview Copilot

Setting Instruction

In order to use GPT, you need an Open AI API Token: https://platform.openai.com

To use Azure's speech recognition service, you can apply for a free token by referring to this tutorial.

Developing

This project is based on Vue2. Just cd app:

install packages: npm install

develop: npm run serve

build: npm run build

About

Utilizing GPT to assist interviewees, help answer questions and write code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 84.4%
  • JavaScript 11.7%
  • HTML 3.9%