This GitHub repository contains a tool for automatically evaluating student submissions. Follow the steps below to set up and use the tool effectively.## Table of Contents
Before you can use this tool, make sure you have the following prerequisites installed on your system:
- Clone this repository to your local machine:
git clone https://github.com/MadhavBohra/Automaded-Code-Evaluation-Tool.git
- Change your current directory to the project folder:
cd Automaded-Code-Evaluation-Tool
- Create a Python virtual environment:
python -m venv venv
- Activate the virtual environment:
- On Windows:
venv\\Scripts\\activate
- On macOS and Linux:
source venv/bin/activate
- Install the required Python packages:
pip install -r requirements.txt
To evaluate student submissions, follow these steps:
-
Ensure the correct folder structure (as mentioned above) is in place.
-
Run the provided shell script (
run.sh
) to create the folder structure and execute the evaluation:
./run.sh
This script will set up the necessary directories and run the evaluation.