Skip to content

guillemgt/guesstimate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guesstimate

A pipeline to generate questions about estimating unknown quantities with AI.

You can play the game here.

Usage

Generating the questions

With the current pipeline (with GPT-4o-mini and GPT-4o), generating 3,000 questions (filtered out of 50,000+ initial questions) costs approximately $20.

Create a file called .env containing OPENAI_API_KEY=<your OpenAI key>.

To run the pipeline: python src/main.py.

Web interface

Move the generated file to to interface/backend/data.json directory and execute server.js with node. Finally, start a webserver in interface/frontend.

About

An automated question-generation pipeline for questions about estimating unknown quantities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors