Skip to content

Using GPT models to solve "Concurso de Primavera" mathematics exams from 2002 to 2023

Notifications You must be signed in to change notification settings

DKeAlvaro/GPT-Primavera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPT-Primavera

Topics

GPT-Primavera Logo

An automated solver for Concurso Primavera mathematics exams using GPT models. This project downloads exam papers from concursoprimavera.es, processes them, and solves them using OpenAI's GPT models.

Demo

demo.mp4

Setup

  1. Clone the repository:
git clone https://github.com/yourusername/GPT-Primavera.git
cd GPT-Primavera
  1. Create a .env file in the root directory and add your OpenAI API key:
OPENAI_API_KEY="your_api_key_here" (with quotes)
  1. Install dependencies:
pip install -r requirements.txt

Configuration

You can change the GPT model by modifying the MODEL variable in src/config.py

Usage

Run the main script to process and solve all exams:

python main.py

This will:

  1. Download exam papers and solutions
  2. Process and solve the exams
  3. Generate statistics

About

Using GPT models to solve "Concurso de Primavera" mathematics exams from 2002 to 2023

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages