akshitagupta15june / akshitagupta15june/Face-X
FaceX Library
- Langage dominant
- Jupyter Notebook
- Étoiles
- 853
- Forks
- 596
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
## About
A unified library for **FaceX** to run all the FaceX algorithms using only one line of code.
## Example
### Running cartoonify using FaceX library
import facex
import cv2
img = facex.cartoonify('your-img.jpg', method='opencv')
cv2.imshow(img)
cv2.waitkey()
Similarly we can run,
facex.face_detect('your-img.jpg', method='opencv') #Face detection
facex.face_mask('your-img.jpg', method='opencv') #Face mask detection
And many more....
## Pending Tasks ⏰
1) Release facex library V1.0 ✅
2) Refine the environment for easy access to the algorithms. ✅
3) Make a **facex pip package**.
4) Make clear documentation to use the package. ✅
5) Make clear documentation for the contributors to link the algorithms with the package.
6) Add more algorithms.
## Contributions are welcome 🤗
Feel free to suggest any changes or fixes for the benefit of the package by commenting down below.
## Notice to the maintainer
1) Please pin this issue.
2) Please add **FaceX-API** label to track activities regarding this API.
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.