An open API service indexing awesome lists of open source software.

https://github.com/jonasdoesthings/magicpfp

magicpfp removes the background of your picture and offers a powerful editor to create professional profile pictures, running 100% in your browser
https://github.com/jonasdoesthings/magicpfp

ai background-removal image-editor image-generation localai ml pfp profile-picture removebg tools

Last synced: 6 months ago
JSON representation

magicpfp removes the background of your picture and offers a powerful editor to create professional profile pictures, running 100% in your browser

Awesome Lists containing this project

README

        

# magicpfp.com
## About
[magicpfp.com](https://magicpfp.com/) is a small webapp for generating and customizing headshot profile-pictures.
It uses a background-removal machine learning model ([briaai/RMBG-1.4](https://huggingface.co/briaai/RMBG-1.4)), that **runs directly in the browser**, utilizing WebGPU if available.

The project features a [rich editor](https://magicpfp.com/editor) to customize profile pictures with addons like custom backgrounds, badges, image filters, and more.

Buy Me A Coffee

![magicpfp screenshot](./public/og-image.png)

## Develop
⚠️ Check out the `dev` branch! Development happens on the `dev` branch! ⚠️

* run dev-server: `pnpm dev`
* build: `pnpm build`
* lint: `pnpm lint`

Live version of the dev branch: https://dev.magicpfp.pages.dev/

## Credits
* Default Background Gradients from https://unsplash.com/@vinhundred
* Example Headshots on Frontpage from:
* https://unsplash.com/@jimmyferminphotography
* https://unsplash.com/@alexstarnes
* https://unsplash.com/@darshanp9
* AI Model from https://huggingface.co/briaai/

## License
MIT License, see [LICENSE](LICENSE)