Analysis updated 2026-05-18
Host a local AI quiz show where human players compete with an AI acting as the moderator and scorekeeper.
Watch two AI language models compete in a quiz to compare their knowledge and reasoning.
Save a timestamped HTML transcript of every quiz session for a catalog of past games.
Experiment with voice cloning by providing custom WAV files to give the AI characters any voice.
| jelstudio/jel_llm_ai-quiz-master_ollama | 0xhassaan/nn-from-scratch | a-little-hoof/dsr | |
|---|---|---|---|
| Stars | 0 | 0 | 0 |
| Language | Python | Python | Python |
| Setup difficulty | hard | moderate | hard |
| Complexity | 4/5 | 4/5 | 5/5 |
| Audience | general | developer | researcher |
Figures from each repo's GitHub metadata at analysis time.
Requires Windows 10/11, Python 3.11 exactly, Ollama running as a separate process, and at least 16 GB RAM.
This is a Python application that runs an AI-powered quiz show on your local computer. It has two modes: one where human players answer questions hosted by an AI, and another where two AI characters compete against each other while you watch. The quiz host and players are each controlled by a local AI model running through a program called Ollama, which lets you run large language models privately on your own machine without sending data to the internet. During a quiz, the AI host asks questions, players respond, and scores are tracked automatically. All of the dialogue is spoken aloud using a voice tool called Chatterbox, which supports voice cloning so the characters can speak in any voice you provide via a WAV file. The conversation is shown in a desktop window, and every session is saved as a time-stamped HTML file you can keep as a record of past games. The default setup uses Google's Gemma models, which the author found work well for following the quiz format. You can swap in different models by editing the Python script, though the README warns that many models struggle to follow the quiz logic correctly. Setup is Windows-only and requires Python 3.11 specifically, plus Ollama installed and running in a separate command-line window, and a machine with at least 16 GB of RAM. Background music plays while the AI generates answers, quiz topics can be changed from the app window using plain language, and the number of human players can go up to 30, though the interface gets crowded above 8. The author included a link to their own music video at the bottom of the app window. This is a single-author personal project released as a public tool for Windows users who want a novelty AI-powered quiz game.
A Python app that runs an AI-hosted quiz show on Windows, letting humans compete or watching two AI agents battle each other, with voice narration and saved HTML transcripts.
Mainly Python. The stack also includes Python, Ollama, Tkinter.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.