https://github.com/11301858/xaisuitecli
CLI for XAISuite Library
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.2%) to scientific vocabulary
Keywords
cli
command-line
command-line-tool
explainability
explainable-ai
machine-learning
xai-library
Last synced: 6 months ago
·
JSON representation
Repository
CLI for XAISuite Library
Basic Info
- Host: GitHub
- Owner: 11301858
- License: bsd-3-clause
- Language: Go
- Default Branch: main
- Homepage: https://11301858.github.io/xaisuiteweb
- Size: 38.1 KB
Statistics
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 7
Topics
cli
command-line
command-line-tool
explainability
explainable-ai
machine-learning
xai-library
Created almost 3 years ago
· Last pushed over 2 years ago
Metadata Files
Readme
License
README.md
Welcome to XAISuite CLI - the world's first machine learning explainability CLI!
This is the CLI for XAISuite. Check out github.com/11301858/XAISuite for the mother project.
To install, simply type
``` brew tap 11301858/tap
brew install xai
```
For Mac, type in terminal
``` xaisuitecli -h
``` and otherwise type
``` xai -h
```
and you should be ready to go.
A previous version of XAISuiteCLI, xaisuitecli-legacy, is implemented using shell script and python. That program still works. The new and updated XAISuite CLI, however, is fully coded in Go and offers more options to the user.
Owner
- Login: 11301858
- Kind: user
- Repositories: 9
- Profile: https://github.com/11301858
GitHub Events
Total
Last Year
Dependencies
.github/workflows/release.yml
actions
- actions/checkout v2 composite
- actions/setup-go v2 composite
- goreleaser/goreleaser-action v2 composite
go.mod
go
- github.com/go-python/cpy3 v0.2.0
- github.com/inconshreveable/mousetrap v1.0.1
- github.com/spf13/cobra v1.6.1
- github.com/spf13/pflag v1.0.5
go.sum
go
- github.com/cpuguy83/go-md2man/v2 v2.0.2
- github.com/go-python/cpy3 v0.2.0
- github.com/inconshreveable/mousetrap v1.0.1
- github.com/russross/blackfriday/v2 v2.1.0
- github.com/spf13/cobra v1.6.1
- github.com/spf13/pflag v1.0.5
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/yaml.v3 v3.0.1