AI4LIFE-GROUP / OpenXAI

OpenXAI : Towards a Transparent Evaluation of Model Explanations
https://open-xai.github.io/
MIT License
227 stars 37 forks source link

Add dependencies to setup.py #7

Closed eshika closed 1 year ago

eshika commented 1 year ago

Add packages dependencies to setup.py. Tested locally with pip install -e . in a new environment and then running python openxai/api.py

image