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.
This project is build with React, the OpenAI framework, and a Flask backend.
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.