🚀 Installation
This guide walks you through how to install the framework and its dependencies.
✅ Pre-requisites
- Python 3.10+
- Tested on Windows 11 64-bit
- Supports both CPU and GPU
📦 Install from Source
The framework can be installed as follows::
git clone https://github.com/kafaite24/EvalxNLP.git
cd EvalxNLP
pip install -r requirements.txt
If you don't have pip installed, follow these official guides: