= Hugging Face = '''Hugging Face''' is a machine learning repository website and service. Several Python libraries plug into it by default, through official APIs and modules. <> ---- == Authenticate == After creating an account, install the `huggingface_hub` module. {{{ pipx install huggingface_hub }}} This makes the `huggingface-cli` utility available. To interactively authenticate, try: {{{ huggingface-cli login }}} ---- CategoryRicottone