Skip to content

ant4g0nist/huggingface-tui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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