🪄 a language to speak AI.


Keywords
bash, cli, deep-learning, linux-scripting, machine-vision, python
License
Unlicense
Install
pip install abcli==9.273.1

Documentation

🪄 awesome bash cli (abcli)

🪄 abcli is an implementation of 🔻 giza and a language to speak AI.

image

PyPI version

release install

not recommended.

pip install abcli

dev install

on macOS:

# change shell to bash
chsh -s /bin/bash

mkdir git
cd git
git clone git@github.com:kamangir/awesome-bash-cli.git

nano ~/.bash_profile
# add "source $HOME/git/awesome-bash-cli/abcli/.abcli/abcli.sh"
# restart the terminal

cd ~/Downloads
curl -o Miniconda3-latest-MacOSX-x86_64.sh https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh
bash ./Miniconda3-latest-MacOSX-x86_64.sh

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install awscli

aws configure

git config --global user.name kamangir
git config --global user.email arash@kamangir.net

on other environments:

configuration

create a copy of sample.env as .env and fill in the secrets.

branches