Uses Python, Rust, and Bash to pull models from Hugging Face into local repository in ONNX format.
- Clone the repo
git clone https://github.com/nogibjj/Hugging_Face_Model_Downloader.git- Setup - Install the required packages
make install- Run the application (retrieves model in ONNX format)
./get_model <huggingface link here>