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
- Host: GitHub
- URL: https://github.com/dcrebbin/ai-leetcode-coach
- Owner: dcrebbin
- Created: 2024-02-02T16:34:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-17T08:38:19.000Z (about 2 years ago)
- Last Synced: 2025-01-21T16:22:48.935Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://upit.quest/
- Size: 225 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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!