GitHub - plbiojout/yc-interview-prep: Get ready for that YC interview

1 min read Original article ↗

Mock Y Combinator interview using OpenAI real time API

This is a personal project. It is not affiliated with the Y Combinator in any way.

So you have an interview with Y Combinator coming up (or a VC pitch)? This project is a mock YC interview where you will be able to talk in real time with an AI YC partner.

See a demo below (sound on):

yc-partner.mp4

Installation

First, clone the repository:

git clone https://github.com/Pierre-LouisBJT/yc-interview-prep.git
cd yc-interview-prep

Then, install the requirements:

pip install -r requirements.txt

Create a .env file in the root directory and add your OpenAI API key:

OPENAI_API_KEY=your-api-key

Usage

To talk to the AI YC partner, run the following command:

It should open a new tab in your browser with the chat interface (or just go to http://localhost:8000). You need to allow access to your microphone. Only tested on Chrome for now.

Acknowledgements

This project is built using the OpenAI Realtime API and Chainlit.