https://github.com/ajay-dhangar/ai-mock-interview
Elevate your tech interviews.
https://github.com/ajay-dhangar/ai-mock-interview
ai mock-interviews
Last synced: 5 months ago
JSON representation
Elevate your tech interviews.
- Host: GitHub
- URL: https://github.com/ajay-dhangar/ai-mock-interview
- Owner: ajay-dhangar
- License: mit
- Created: 2023-06-14T02:22:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-24T14:33:34.000Z (over 1 year ago)
- Last Synced: 2025-05-12T21:14:00.555Z (5 months ago)
- Topics: ai, mock-interviews
- Language: TypeScript
- Homepage: https://ai-mock-interview.vercel.app
- Size: 11.9 MB
- Stars: 25
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Mock Interview Simulator with AI-Powered Feedback
Introduction ·
One-click Deploy ·
Tech Stack + Features ·
Author
## Introduction
Liftoff is an interview preparation tool that provides AI feedback on your mock interviews.
## One-click Deploy
You can deploy this template to Vercel with the button below:
You can also clone & create this repo locally with the following command:
```bash
npx create-next-app liftoff --example "https://github.com/Ajay-Dhangar/ai-mock-interview"
```## Tech Stack + Features


### Frameworks
- [Next.js](https://nextjs.org/) – React framework for building performant apps with the best developer experience
### Platforms
- [Vercel](https://vercel.com/) – Easily preview & deploy changes with git
- [Upstash](https://upstash.com/) - Serverless Data Platform (here using serverless Redis for rate limiting)### UI
- [Tailwind CSS](https://tailwindcss.com/) – Utility-first CSS framework for rapid UI development
- [Framer Motion](https://framer.com/motion) – Motion library for React to animate components with ease
- [`ImageResponse`](https://beta.nextjs.org/docs/api-reference/image-response) – Generate dynamic Open Graph images at the edge
- [HeadlessUI](https://headlessui.com/) - Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS### Code Quality
- [TypeScript](https://www.typescriptlang.org/) – Static type checker for end-to-end typesafety
- [Prettier](https://prettier.io/) – Opinionated code formatter for consistent code style
- [ESLint](https://eslint.org/) – Pluggable linter for Next.js and TypeScript### Miscellaneous
## How it all works
Liftoff uses FFmpeg to transcode the raw video into MP3. Chrome, Safari, and Firefox all record with different codecs, and FFmpeg is great for standardizing them.
We then send the audio directly to be transcribed by OpenAI's Whisper endpoint, and then stream feedback from the edge using OpenAI's gpt-3.5-turbo.
## Author
- Ajay-Dhangar ([@AJAYDHA27250016](https://twitter.com/AJAYDHA27250016))