8000 GitHub - dr-rompecabezas/qugenai: AI-Powered Exam Content Generator
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dr-rompecabezas/qugenai

Repository files navigation

QuGenAI

Build Status pre-commit.ci status uv Ruff

This is a proof-of-concept project that demonstrates how to use the OpenAI API to generate structured outputs. It is a simple nanodjango app that allows users to input a subject and receive a few questions as output.

Requirements

Installation

Clone the repository and install the dependencies with uv.

git clone https://github.com/thinkelearn/qugenai
cd qugenai
uv sync

Usage

Export your OpenAI API key as an environment variable.

uv run nanodjango run app.py

Then, navigate to http://localhost:8000 in your browser.

Testing

uv run pytest tests.py

Screenshot

QuGenAI application interface

About

AI-Powered Exam Content Generator

Topics

Resources

License

Stars

Watchers

Forks

0