You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install tensorflow-text for MacOS-ARM from this project -> the library has been released for ARM, so this step is no longer needed
check the releases page and download the tensorflow-text package for your python version. Then install it with pip install ./tensorflow-X.YY-cp3XX-cp3XX-macosx_14_0_arm64.whl
Install tf-models-official without transitive dependencies pip install tf-models-official --no-deps. Indeed, some of this package's dependencies are not compatible with ARM machines.
Install Credential Digger from source pip install .
Install missing packages (tensorflow-hub, tf-keras, and possibly other missing packages, as they raise missing package exceptions)