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
- Host: GitHub
- URL: https://github.com/lebtoki/huggingface-models-downloader
- Owner: LebToki
- Created: 2024-06-09T08:54:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-09T08:59:55.000Z (almost 2 years ago)
- Last Synced: 2025-07-20T09:49:09.794Z (11 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

# 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
```