An open API service indexing awesome lists of open source software.

https://github.com/lebtoki/huggingface-models-downloader

A Flask Based Interface (Unstyled for now) to download models in a specific directory of choice can be integrated as a utility in any app
https://github.com/lebtoki/huggingface-models-downloader

Last synced: about 2 months ago
JSON representation

A Flask Based Interface (Unstyled for now) to download models in a specific directory of choice can be integrated as a utility in any app

Awesome Lists containing this project

README

          

# HuggingFace Models Downloader
A Flask Based Interface (Unstyled for now) to download models in a specific directory of choice can be integrated as a utility in any app

![image](https://github.com/LebToki/HuggingFace-Models-Downloader/assets/957618/13baeefe-0a38-47fb-8e41-d5a7de6115f2)

# Define the directory where models will be stored on Line 14 of app.py
```[sh]
models_dir = "D:/laragon/www/omnimodel/models"
```

# Running the Application
Run the Flask App:

```[sh]
python api/app.py
```

# Access the Interface
Open your web browser and navigate to

```[sh]
http://localhost:5000
```