Blu-Fi-Tech-Inc / Interview-Prep-With-AI

Interview-Prep-With-AI [Interview Simulator with AI Generated Feedback]πŸ€–πŸ’¬

Home Page:https://prepme.blufitech.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PrepMe (1200 Γ— 630 px) "PrepMe – AI Generated Interviews"

Interview-Prep-With-AI

Interview Simulator with AI Generated Feedback

blufitechnology's follower count interview-prep-with-ai repo star count

Introduction Β· One-click Deploy Β· Tech Stack + Features Β· Author


Introduction

PrepMe is an interview preparation tool that provides AI feedback and suggestions.

One-click Deploy

You can deploy this template to Vercel with the button below:

Deploy the demo with Vercel

You can also clone & create this repo locally with the following command:

npx create-next-app interview-prep-with-ai --example "https://github.com/Blu-Fi-Tech-Inc/Interview-Prep-With-AI"

Tech Stack + Features

Landing Page (https://prepme.blufitech.com/)

Interview Selection (https://prepme.blufitech.com/demo)

Frameworks

  • Next.js – React framework for building performant apps with the best developer experience

Platforms

  • Vercel – Easily preview & deploy changes with git
  • Upstash - Serverless Data Platform (here using serverless Redis for rate limiting)

UI

  • 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

Code Quality

  • 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

Miscellaneous

How it all works

PrepMe 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

About

Interview-Prep-With-AI [Interview Simulator with AI Generated Feedback]πŸ€–πŸ’¬

https://prepme.blufitech.com

License:MIT License


Languages

Language:TypeScript 81.6%Language:JavaScript 18.3%Language:CSS 0.1%