Website to generate Notion-style line avatars using Google's MediaPipe AI models. The website runs entirely client-side and stores generated avatars in LocalStorage.
The website is built with the following technologies:
Clone the repository:
git clone https://github.com/gregives/lineavatars.com
Install the dependencies using Yarn:
yarn
Run the development server:
yarn dev
Open http://localhost:3000 in your browser to see the development server.
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
Due to Potrace being distributed under the GNU General Public License, LineAvatars.com must also be distributed under the GNU General Public License. See the LICENSE file for details.