top

Hugging Face Model Downloader

A cross-platform GUI application for easily downloading Hugging Face models without requiring technical knowledge or setup.

screenshot

Features

Development Setup

  1. Clone the repository:
git clone https://github.com/samzong/model-downloader.git
cd model-downloader
  1. Install dependencies:
pip install -r requirements.txt
  1. Run the application:
python main.py

Building from Source

To create standalone executables:

pip install pyinstaller
pyinstaller --onefile --windowed main.py

License

MIT License