Android Flutter App to animefy your selfies, Animefie

Animefie

An Android application for animefying all your selfies completely built in Flutter!

Demo

  • Before animefying:
  • The animefied selfies gallery:

  • After animefying:

About the Project

This project uses the awesome AnimeGANv2 pytorch model from @bryandlee to generate anime faces from your selfies. The model is hosted using the awesome HuggingFace Spaces API by @akhaliq. Thanks to the awesome gradio library that HuggingFace Spaces allows you to use for hosting a model and allows for an easy to use endpoint that this app takes advantage of. The app it self is written entirely in Dart using the Flutter framework and uses the awesome example flutter camera app project from @jagrut-18 and some other amazing people (it is crazy how hard handling things like device orientation for a camera app can be so that the image its saved in the correct orientation).

How to Install

I have only tested this on my personal Pixel 3a XL device that is running Android 12, so I can’t guarantee it will work on other devices or OS versions. If you have any issues, please let me know!

Here are the steps to install:

  1. Make sure you have the latest version of Flutter installed. I recommend using the VS Code extension for Flutter as it has a lot of niceties for working with Flutter.
  2. Download this repository: git clone https://github.com/ncoop57/animefie
  3. Navigate to the animefie folder in your terminal of choice
  4. Connect your device to your computer via USB.
  5. Run flutter run in the animefie folder.

That’s it! This should install the app on your device and launch it so that you can start taking selfies! Animefies will be saved to your Pictures folder on your device.

GitHub

Source Code: Animefie.

SHARE Android Flutter App to animefy your selfies, Animefie

You may also like...

Leave a Reply

Your email address will not be published.

Share