Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
| Date | Stars |
|---|---|
| 2026-07-31 | 577 |
| 2026-08-02 | 578 |
| 2026-08-03 | 578 |
| 2026-08-04 | 578 |
| 2026-08-05 | 578 |
| 2026-08-06 | 578 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# HF Transfer Speed up file transfers with the Hub. # DISCLAIMER This library is a power user tool, to go beyond `~500MB/s` on very high bandwidth network, where Python cannot cap out the available bandwidth. This is *not* meant to be a general usability tool. It purposefully lacks progressbars and comes generally as-is. Please file issues *only* if there's an issue on the underlying downloaded file. ## Contributing ```sh python3 -m venv ~/.venv/hf_transfer source ~/.venv/hf_transfer/bin/activate pip install maturin maturin develop ``` ### `huggingface_hub` If you are working on changes with `huggingface_hub` ```sh git clone [email protected]:huggingface/huggingface_hub.git # git clone https://github.com/huggingface/huggingface_hub.git cd huggingface_hub python3 -m pip install -e ".[quality]" ``` You can use the following test script: ```py import os # os.environ["HF_ENDPOINT"] = "http://localhost:5564" os.environ["HF_HUB_ENABLE_HF_TRANSFER"] = "1" from huggingface_hub import HfApi, logging logging.set_verbosity_debug() hf = HfApi() hf.upload_file(path_or_fileobj="/path/to/my/repo/some_file", path_in_repo="some_file", repo_id="my/repo", repo_type="model") ```
Excerpt of 1,192 characters
Read on GitHubNicolas Patry · @huggingface
66
Luc Georges · @huggingface · France
9
Charles · Hugging Face · France
4
Adrien · @huggingface · France
2
1
Aarni Koskela · @valohai · Finland
1
1
Pauline Bailly-Masson
1
Thomas Wang · MistralAI
1
Qubitium-ModelCloud · ModelCloud.ai
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:aa42d154af7d3f14, llm:Repository name 'hf_transfer' under Hugging Face; language Rust; no topics or README provided. Likely relates to 'transfer' of models/data—insufficient info. Repository appears to be tooling potentially for model transfer but not enough evidence of AI/ML functionality.