Create your own mock interview simulator using the power of WorqHat AI
WorqHat AI Interview Assist is a tool that helps you practice your interview skills. It uses the power of WorqHat AI to provide you with feedback on your mock interviews. It is built with WorqHat's Speech-to-Text and Content Generation APIs.
You can also clone & create this repo locally with the following command:
npx create-next-app ai-interview --example "https://github.com/WorqHat/AI-Interview-assist"
- Next.js – React framework for building performant apps with the best developer experience
- Vercel – Easily preview & deploy changes with git
- Tailwind CSS – Utility-first CSS framework for rapid UI development
- Framer Motion – Motion library for React to animate components with ease
ImageResponse
– Generate dynamic Open Graph images at the edge- HeadlessUI - Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS
- WorqHat Speech-to-Text API – WorqHat's Speech-to-Text API to transcribe Interview audio
- WorqHat Content Generation API – WorqHat's Content Generation API to generate feedback for the Interviewee using AiCon V2 Text Models
- WorqHat Natural Image Understanding API – WorqHat's Natural Image Understanding Process is used to understand the Interviewee Posture and Backgrounds.
- TypeScript – Static type checker for end-to-end typesafety
- Prettier – Opinionated code formatter for consistent code style
- ESLint – Pluggable linter for Next.js and TypeScript
- FFMPEG.WASM – Transcode video/audio files
- React Webcam - Webcam component for React
- Stripe Gradient Animation - @jordienr released a Mesh Gradient that uses WebGL and animates a beautiful gradient
The app is built with Next.js and Tailwind CSS. It uses WorqHat's Speech-to-Text API to transcribe the audio from the webcam. It then uses WorqHat's Content Generation API to generate feedback for the Interviewee using AiCon V2 Text Models. The feedback is then displayed on the screen. This project can be further modified to create the mock interview simulator of your dreams by adding your own questions and difficulty levels.
- Sagnik Ghosh (@sagnik_ghosh_11) – WorqHat