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 ):
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.
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 | ✅ | ✅ | ✅ |
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.
This project is based on Vue2. Just cd app
:
install packages: npm install
develop: npm run serve
build: npm run build