/huggingface-tui

TUI is a minimal TUI for huggingface 🤗

Primary LanguagePythonApache License 2.0Apache-2.0

HuggingTui

HuggingTui is a VIM-inspired Huggingface Browser.

example

Setup

Using poetry

poetry install

Using Nix & devenv

Development Environment

nix profile install nixpkgs#cachix
cachix use devenv
nix profile install --accept-flake-config tarball+https://install.devenv.sh/latest
devenv init

Activate Development Environment

devenv shell

Usage

python3 htui.py

TODO

  • Support authentication/API keys
  • Add a way to search for models
  • Add a way to search for datasets