This Python script evaluates applicants for a technical team by assigning compatibility scores based on their attributes: intelligence, strength, endurance, and spicy food tolerance.
- Python 3.x
- NumPy
- pandas
These libraries are used for data handling and calculations.
Ensure you have Python installed on your system. You can download Python from python.org.
To install the required Python libraries, run the following command:
pip install numpy pandas
The script expects an input JSON file named input.json
located within the same folder as the script. You can run the script using
python3 assessment_code.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.