Skip to content

Pierre-LouisBJT/yc-interview-prep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

chainlit run app.py

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.

About

Get ready for that YC interview

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages