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
- Host: GitHub
- URL: https://github.com/jonasdoesthings/magicpfp
- Owner: JonasDoesThings
- License: mit
- Created: 2024-10-06T00:19:25.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-06T13:09:05.000Z (7 months ago)
- Last Synced: 2024-11-06T14:22:16.139Z (7 months ago)
- Topics: ai, background-removal, image-editor, image-generation, localai, ml, pfp, profile-picture, removebg, tools
- Language: TypeScript
- Homepage: https://magicpfp.com/
- Size: 2.64 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## 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)