Skip to content

fahadahmedkhokhar/BetterSafeThanSorry

Repository files navigation

License Python

Requirements

  • Python 3.8
  • PyTorch

Installation

The code uses Python 3.8.

Create a Conda virtual environment:

conda create --name rcl python=3.8
conda activate rcl

Clone the project and install requirements:

  1. Clone the repository:
git clone [https://github.com/fahadahmedkhokhar/BetterSafeThanSorry.git]
  1. Install dependencies:
pip install -r requirement.txt
  1. Run Image Classifier:
python main.py 
  1. Run Tabular Classifier:
python tabular_main.py

Compute the Results

  1. For Image Classifier:
python compute_matrix.py
  1. For Tabular Classifier:
python tab_compute_matrix.py

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages