Skip to content

a Python CLI app. It takes pics and extract profile pictures. It's open source

License

Notifications You must be signed in to change notification settings

camiloavil/Profile-Pic-Maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProfilePicMaker 📸 🤳

ProfilePicMaker is a Python script that allows you to take any photo and extract the faces present in the image, creating the effect of a selfie. It is a fun and easy-to-use tool that can transform your regular photos into selfie-style images.

Features

Automatically detects faces in an image. Applies effects to simulate a selfie. Allows saving the resulting images.

System Requirements

Python 3.6 or higher. Python packages: OpenCV, numpy, rembg, PIL

 

How to use the project?

Clone this repository to your local machine:

git clone https://github.com/camiloavil/selfiemaker.git

Set up and activate a virtual environment on python for the project

python -m venv env
source env/bin/activate

Install the dependencies using pip:

pip install -r requirements.txt

Make fun with it:

python main.py --help

References

Contributions

All are welcome. If you find any issues or have ideas to improve this project, please open an issue or submit a pull request.

Have fun creating unique selfies with SelfieMaker! If you have any questions or encounter any issues, feel free to contact me.

About

a Python CLI app. It takes pics and extract profile pictures. It's open source

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages