• Stars
    star
    212
  • Rank 186,122 (Top 4 %)
  • Language
    HTML
  • License
    MIT License
  • Created over 5 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

What do YOU look like in Anime? Here's the source of selfie2anime.com

Selfie2Anime

Selfie2AnimeΒ  VersionΒ  Status

Selfie2Anime

What do YOU look like in ANIME?

This repository contains the source code for the selfie2anime.com website. Upload a selfie and find out what you look like as an anime character!

How Does it Work?

Using machine learning techniques combined with a Generative Adversarial Network (GAN) makes it possible to generate anime-style characters based on real people. With this website, you can generate your own anime alter ego!

The GAN we are using is based on original work by Junho Kim, Minjae Kim, Hyeonwoo Kang, and Kwanghee Lee. More information can be found in their awesome repository, which is available here, or in their research paper.

Sample Photos

Recent anime selfies are being published on Twitter @RicoBeti.

Here is a bunch of images that have been generated...

Preview

...and here are some of Australia's Prime Ministers

Preview

Development

AWS BAdge

(More detailed instructions will follow later)

  • Install dependencies:

    npm install
  • Pull submodules (the blog):

    git submodule update --init --recursive
  • Set correct values for environment variables in the .env files.

  • Run a quick build to generate all assets needed for development:

    DISABLE_IMAGE_OPTIMIZATION=1 npm run build
  • Run development server:

    npm run serve
  • Alternatively, build the release version:

    npm run build

    Building a release version may take a long time due to generation of the portfolio and due to image optimizations being performed. In case the portfolio has not changed, set DISABLE_PORTFOLIO_BUILD=1 to suppress regeneration of the images.

    For development and testing, set DISABLE_IMAGE_OPTIMIZATION=1 to avoid wasting time on image compression.

License

MIT, see LICENSE.txt.

More Repositories

1

nameof

Provides a Rust macro to determine the string name of a binding, type, or function.
Rust
35
star
2

sb-dynlex

Configurable lexer for PHP featuring a fluid API.
PHP
28
star
3

rust-lambda

Guide for Creating an AWS Lambda Function using Rust
Rust
22
star
4

artai

ArtAI is an interactive art installation that collects people's ideas in real-time from social media and uses deep learning and AI art generation to curate these ideas into a dynamic display.
GDScript
12
star
5

litecache

A lightweight, easy-to-use, and straightforward caching library for PHP.
PHP
8
star
6

cc-cedict-structurizer

Data extractor and converter for the CC-CEDICT Chinese/English Dictionary.
Ruby
7
star
7

robin

Hi, I'm Robin! A new AI experience powered by Wit.ai
TypeScript
5
star
8

aviator5g

Aviator 5G is a real-time mission control software package for unmanned air, ground, and water-based vehicles powered by AWS Wavelength & 5G Edge Computing.
Rust
4
star
9

pothole-map

Visualizes the locations of road potholes on an interactive map
Vue
3
star
10

eye5g

An experimental aid for people with visual impairments featuring low-latency, real-time object detection using 5G Edge Computing.
Kotlin
3
star
11

lyngua

A novel, AI-driven language learning experience powered by Azure Cognitive Models
Vue
3
star
12

mdi-viewer

Viewer for Material Design Icons
Vue
3
star
13

echoing

Simple HTTP server that dumps requests onto the command line.
JavaScript
3
star
14

sb-memory-allocator

Header-Only Composable Memory Allocator Library for C++.
C++
2
star
15

selfie2anime-blog

This repository contains the blog of selfie2anime.com
HTML
2
star
16

devpost-cli

Rust
2
star
17

cysec-intern

CySec Intern is a casual game where you explore the world as a newly hired intern and learn more about cybersecurity concepts on your journey.
GDScript
2
star
18

nasa-covid19-challenge

An attempt to convey personal emotions during the challenging COVID-19 times through an interactive piece of art.
Vue
2
star
19

healthcam

Camera-enabled IoT device powered by AWS SageMaker to detect if people are wearing masks when accessing restricted areas in hospitals in an effort to flatten the curve of COVID-19. #AWSMarketplaceML
Python
2
star
20

mturk-image-annotator

Task template for image annotation using Amazon Mechanical Turk.
HTML
1
star
21

opstatic

Optimizes Static HTML Pages, CSS, JavaScript, and Image Files.
JavaScript
1
star
22

vueline

A timeline based on Vue, Vuetify, and Firebase.
1
star
23

rebounce

Open Endpoints for Testing Restful Services
HTML
1
star
24

wavedown

Transforms a stream of raw PCM 16bit LE data into a fixed-width waveform representation.
Rust
1
star