Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FaceX Library #312

Open
AdityaNikhil opened this issue Mar 12, 2021 · 18 comments
Open

FaceX Library #312

AdityaNikhil opened this issue Mar 12, 2021 · 18 comments

Comments

@AdityaNikhil
Copy link
Contributor

AdityaNikhil commented Mar 12, 2021

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.
@AdityaNikhil AdityaNikhil added the enhancement New feature or request label Mar 12, 2021
@github-actions
Copy link

Hello @AdityaNikhil, Thank you for generating an issue to this project! Please wait while we get back to you.

@AdityaNikhil
Copy link
Contributor Author

@akshitagupta15june Please don't close this issue. Please read the Contributions are welcome ,pending tasks and Notice to the maintainer sections. I'd like to keep this open so to welcome more contributions and keep track of the progress of this library.

@akshitagupta15june
Copy link
Owner

Sure i have opened the issue

@AdityaNikhil
Copy link
Contributor Author

Please pin this issue and add FaceX-API label.

@Hamza3226
Copy link
Contributor

Hello, I am a GSSOC'21 participant and would like to contribute to this project.

@animesh-007
Copy link
Contributor

Please pin this issue and add FaceX-API label.

This is a good issue. @AdityaNikhil will it be okay if I contribute to this?

@AdityaNikhil
Copy link
Contributor Author

AdityaNikhil commented Mar 13, 2021

@Hamza3226 @animesh-007 With pleasure✌
Check the pending tasks section in the above issue. See if you can contribute to any of those or suggest new ideas by commenting here and we'll plan things accordingly. Would love to collaborate!

@akshitagupta15june
Copy link
Owner

sure

@akshitagupta15june akshitagupta15june pinned this issue Mar 13, 2021
@akshitagupta15june
Copy link
Owner

@AdityaNikhil can you guide the participants in this issue.

@AdityaNikhil
Copy link
Contributor Author

@akshitagupta15june Of course..!

@akshitagupta15june
Copy link
Owner

@Hamza3226 and @animesh-007

@Hamza3226
Copy link
Contributor

Do we have to cartoonify an image ?

@AdityaNikhil
Copy link
Contributor Author

AdityaNikhil commented Mar 13, 2021

@Hamza3226 That's been done..!
Please check the How to use section here and try to run algorithms by the community of this repo to get familiar with their code.
@akshitagupta15june Can you open a discussion section for this repo. It'll be easier to make discussions.

@akshitagupta15june
Copy link
Owner

done @AdityaNikhil

@subhangi2731
Copy link

@akshitagupta15june if this issue is open can I please work on this

@AdityaNikhil
Copy link
Contributor Author

@subhangi2731
Of course, you can work on this issue. It's been a while since I worked on this.
You can check the homepage of this library here. Let me know if you like to discuss anything.

@nozwock
Copy link

nozwock commented Jun 1, 2023

I'm surprised this hasn't been done already. If you'd like, I can take on the task. Creating a pip package shouldn't take more than a few minutes. Regarding the specifics of what this library should include, please provide me with the details.

@nozwock
Copy link

nozwock commented Jun 1, 2023

I'm also unsure why the facex-library/GCA-Gender Classification API directory is located within the facex-lib package. It doesn't appear to be relevant or connected to the library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
FaceX Library
Face-X library
Development

No branches or pull requests

6 participants