Installation
genkiml
To install the genkiml
CLI first clone the GitHub repo
git clone https://github.com/genkiml/genkiml
and install the necessary requirements using pip
python -m pip install -r requirements.txt
Apple Silicon
Note that in order to run TensorFlow on Apple Silicon computers, it needs to be built specifically for that architecture.
You will need to use the requirements-m1.txt
to install, e.g.,
python -m pip install -r requirements-m1.txt