Skip to content

majorschwartz/nsf-quiz-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repo for development with OpenAI's GPT API.

Description

This project is for the NSF ADACE group at UTC. It is a quiz generator that uses ChatGPT to create a specific quiz question about the topic provided by the user. It will return 4 potential answers, with one being the correct one.

Tools

This project is build with React, the OpenAI framework, and a Flask backend.

To Run on a Local Device

Under /client, run npm start to run the React application in your browser.

Under /server, run python app.py to boot up the local Flask server. An OpenAI API key will need to be provided in the root directory within a .env file.

Link to this Github

GitHub link

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published