Skip to content

mucciaccia/mcq_evaluation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCQ Evaluation System

This system leverages LLM APIs to automatically evaluate multiple-choice questions.

Setup Instructions

Using ChatGPT API

  1. API Key File:
    Create a file named api_key.txt in the root directory of the project and add your OpenAI API key to it.

Using Amazon Bedrock API

  1. Install boto3:
    Install the required boto3 library by running:
    pip install boto3
  2. Configure AWS:
    Set up your AWS credentials by running:
    aws configure

About

This system uses LLM APIs to automatically evaluate multiple-choice questions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages