https://github.com/gregives/lineavatars.com
Generate Notion-style line avatars using MediaPipe AI models
https://github.com/gregives/lineavatars.com
Last synced: 12 months ago
JSON representation
Generate Notion-style line avatars using MediaPipe AI models
- Host: GitHub
- URL: https://github.com/gregives/lineavatars.com
- Owner: gregives
- License: gpl-3.0
- Created: 2025-02-03T15:04:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-17T10:00:37.000Z (over 1 year ago)
- Last Synced: 2025-03-28T10:47:33.538Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://LineAvatars.com
- Size: 2.44 MB
- Stars: 13
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# [LineAvatars.com](https://lineavatars.com)
Website to generate Notion-style line avatars using Google's [MediaPipe AI models](https://ai.google.dev/edge/mediapipe/solutions/guide). The website runs entirely client-side and stores generated avatars in LocalStorage.
The website is built with the following technologies:
- [MediaPipe Solutions](https://ai.google.dev/edge/mediapipe/solutions/guide)
- [Potrace](https://potrace.sourceforge.net/)
- [Next.js](https://nextjs.org)
- [Tailwind CSS](https://tailwindcss.com/)
## Getting Started
Clone the repository:
```bash
git clone https://github.com/gregives/lineavatars.com
```
Install the dependencies using Yarn:
```bash
yarn
```
Run the development server:
```bash
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) in your browser to see the development server.
## Contribute
I would appreciate help improving LineAvatars.com and the avatars it generates. Here is a list of some improvements I have in mind:
- [ ] Add suite of images to test
- [ ] Support all skin tones
- [ ] Support glasses and other accessories
- [ ] Support hats
- [ ] Add detail to ears
## License
Due to [Potrace](https://potrace.sourceforge.net/) being distributed under the GNU General Public License, LineAvatars.com must also be distributed under the GNU General Public License. See the [LICENSE](./LICENSE) file for details.