Skip to content

Sample web application, built with Next.js and Typescript, uses the OpenAI API. Allows to get a randomized interview question, which you can answer in your own words. Our app then uses the GPT model to analyze your response and provide instant feedback on its accuracy.

Notifications You must be signed in to change notification settings

Hooded22/quiz-ai

Repository files navigation

Description

Sample web application, built with Next.js and Typescript, uses the OpenAI API. Allows to get a randomized interview question, which you can answer in your own words. Our app then uses the GPT model to analyze your response and provide instant feedback on its accuracy.

Getting Started

Local enviromnets required to use app in .env.local

GPT_API_KEY="YOUR_OPENAI_API_KEY"

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

About

Sample web application, built with Next.js and Typescript, uses the OpenAI API. Allows to get a randomized interview question, which you can answer in your own words. Our app then uses the GPT model to analyze your response and provide instant feedback on its accuracy.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published