Show HN: Live coaching app for remote SWE interviews, uses Whisper and GPT-4

https://github.com/leetcode-mafia/cheetah
by leetcode-mafia • 3 years ago
301 114 3 years ago

Posting from a throwaway account to maintain privacy.

This project is a salvo against leetcode-style interviews that require candidates to study useless topics and confidently write code in front of a live audience, in order to get a job where none of that stuff matters.

Cheetah is an AI-powered macOS app designed to assist users during remote software engineering interviews by providing real-time, discreet coaching and integration with CoderPad. It uses Whisper for audio transcription and GPT-4 to generate hints/answers. The UI is intentionally minimal to allow for discreet use during a video call.

It was fun dipping into the world of LLMs, prompt chaining, etc. I didn't find a Swift wrapper for whisper.cpp, so in the repo there's also a barebones Swift framework that wraps whisper.cpp and is designed for real-time transcription on M1/M2.

I'll be around if anyone has questions or comments!

Related Stories

Loading related stories...

Source preview

github.com