Skip to content

Lytix-Labs/yc-interview-bot

Repository files navigation

💬 YC Interview Bot

We've built this to help folks navigate the YC interview process. Check out our blog post here to learn more.

Live

Check out this project here.

Running locally

This mostly relies on having a pinecone database with this data. Once you have that, note the index and you can run the backend with the following:

> cd app
> pip3 install fastapi python-multipart pypdf optimodel-py pinecone openai
> LX_API_KEY="123" PINECONE_API_KEY="123" OPEN_AI_KEY="123" PINECONE_PG_INDEX="index-name" fastapi dev app.py --port 8001

And then you can start the frontend by

> npm install
> NEXT_PUBLIC_API_URL=http://localhost:8001 npm run start

Releases

No releases published

Packages

 
 
 

Contributors