A library for face detection using YOLOv8
Project description
Provide documentation for your library:
markdown Copy code
Face Detection Library
A Python library for face detection using YOLOv8.
Installation
You can install the library using pip:
pip install face_detection_lib
Usage
python
Copy code
from face_detection_lib.detector import FaceDetector
detector = FaceDetector()
detector.run_webcam()
ruby
Copy code
### 6. **Testing**
Write tests in the `tests/test_detector.py` file to ensure your library works as expected. For simplicity, this step can be skipped initially but is recommended for robustness.
### 7. **Build and Upload to PyPI**
Install `twine` if you haven’t already:
```bash
pip install twine
Build the package:
bash
Copy code
python setup.py sdist bdist_wheel
Upload to PyPI:
bash
Copy code
twine upload dist/*
Replace the dist/* with the actual path if needed.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file face_detection_lib-0.1.tar.gz.
File metadata
- Download URL: face_detection_lib-0.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f09b9bb99c5d673bda4ffbca9dc1f4d7d482da2ac1ea144920b1bec21d5ae87e
|
|
| MD5 |
4cf4f996422316f557306646a0252a63
|
|
| BLAKE2b-256 |
1283b6d98fdf9e0ba37264f8ee1d379f1239bbc80db81a27d518b7ce500994b3
|
File details
Details for the file face_detection_lib-0.1-py3-none-any.whl.
File metadata
- Download URL: face_detection_lib-0.1-py3-none-any.whl
- Upload date:
- Size: 5.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df5dab79b5205dd2f26de6da0cd38fb5b354b4f5065ba5f1ed0071a9c23d7a93
|
|
| MD5 |
71dda3a3581a69441a9a4faf042483e3
|
|
| BLAKE2b-256 |
20b6de60a401efea012fb1cfdd5fa721cd5004ba6afa93d8cc81433f11a37280
|