An open API service indexing awesome lists of open source software.

https://github.com/dcrebbin/ai-leetcode-coach

AI powered leetcode/DSA problem coaching
https://github.com/dcrebbin/ai-leetcode-coach

Last synced: 12 months ago
JSON representation

AI powered leetcode/DSA problem coaching

Awesome Lists containing this project

README

          

# AI Leetcode Coach (Up It Quest)

Up It Quest is an AI powered interview trainer for technical interviews and leetcode/DSA coaching!

### Technology:

- Frontend: [Next](https://nextjs.org/)

- Database: `window.localStorage` 🤡

### AI Services:

#### Text Generation:

- [OpenAi (GPT4 Turbo)](https://platform.openai.com/docs/api-reference/chat) (GPT4 Turbo is the best of both worlds)

#### Text to Speech:
- [OpenAi (TTS 1)](https://platform.openai.com/docs/api-reference/audio/createSpeech)

#### Speech to Text:
- [OpenAi (Whisper 1)](https://platform.openai.com/docs/api-reference/audio/createTranscription)

## Setup

1) npm i

2) npm run dev

3) Add your Open Ai API key to the settings

4) Load your leetcode question

5) Enjoy!