An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


Liftoff – AI-Powered Mock Interviews

Liftoff Interviews



Mock Interview Simulator with AI-Powered Feedback



Ajay's follower count


Liftoff repo star count


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

![Landing Page](https://ik.imagekit.io/9km72asqu/CleanShot_2023-05-31_at_12.43.54_svKkqF7dA.png?updatedAt=1685551454273)

![Interview Selection](https://ik.imagekit.io/9km72asqu/CleanShot_2023-05-31_at_13.35.55_xohCRNMlJ.png?updatedAt=1685554576155)

### 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))