- Python 3.8
- PyTorch
The code uses Python 3.8.
conda create --name rcl python=3.8
conda activate rcl
- Clone the repository:
git clone [https://github.com/fahadahmedkhokhar/BetterSafeThanSorry.git]
- Install dependencies:
pip install -r requirement.txt
- Run Image Classifier:
python main.py
- Run Tabular Classifier:
python tabular_main.py
- For Image Classifier:
python compute_matrix.py
- For Tabular Classifier:
python tab_compute_matrix.py
This project is licensed under the MIT License - see the LICENSE file for details.