Update README.md
Browse files
README.md
CHANGED
|
@@ -1 +1,38 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- insightface
|
| 5 |
+
- face-recognition
|
| 6 |
+
- face-detection
|
| 7 |
+
- deep-learning
|
| 8 |
+
- python
|
| 9 |
+
- wheel
|
| 10 |
+
- windows
|
| 11 |
+
- python313
|
| 12 |
+
library_name: insightface
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# insightface for Python 3.13 (Windows)
|
| 16 |
+
|
| 17 |
+
This repository provides a pre-built **wheel (`.whl`)** file for the [InsightFace](https://github.com/deepinsight/insightface) library, compatible with **Python 3.13 on Windows (64-bit)**.
|
| 18 |
+
|
| 19 |
+
Since official PyPI packages for `insightface` may not yet support Python 3.13, this wheel allows early adopters and developers to use InsightFace with the latest Python version on Windows without compiling from source.
|
| 20 |
+
|
| 21 |
+
## 📦 What's Inside
|
| 22 |
+
|
| 23 |
+
- `insightface‑*.whl`: A pre-compiled wheel for Python 3.13 on Windows (amd64).
|
| 24 |
+
- Compatible with `numpy`, `scipy`, `onnxruntime`, `opencv-python`, and other standard dependencies.
|
| 25 |
+
|
| 26 |
+
## ✅ Requirements
|
| 27 |
+
|
| 28 |
+
- OS: Windows (64-bit)
|
| 29 |
+
- Python: 3.13 (64-bit)
|
| 30 |
+
- pip ≥ 23.0 (to support modern wheel tags)
|
| 31 |
+
|
| 32 |
+
## 💾 Installation
|
| 33 |
+
|
| 34 |
+
1. Download the `.whl` file from the **Files and versions** tab.
|
| 35 |
+
2. Install using pip:
|
| 36 |
+
|
| 37 |
+
```bash
|
| 38 |
+
pip install insightface-*.whl
|