akshitagupta15june / akshitagupta15june/Face-X
FaceX Library
- Lingua principale
- Jupyter Notebook
- Stelle
- 853
- Fork
- 596
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
## 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.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.