An open API service indexing awesome lists of open source software.

https://github.com/igorhalfeld/emotion-based-memes

Create memes with your photo emotion using Artificial Intelligence.
https://github.com/igorhalfeld/emotion-based-memes

Last synced: over 1 year ago
JSON representation

Create memes with your photo emotion using Artificial Intelligence.

Awesome Lists containing this project

README

          

## Emotion-based Memes

> Crie memes com a emoção de uma foto sua.
> Fiz um artigo sobre [aqui no meu blog](https://igorluiz.me/posts/2020-06-29-azure-brasil-como-foi)

_Esse código foi feito com o propósito de ser o mais didático e não o mais correto_

![demo](/demo.gif)

### Rodar

Sete as var ambiente no `server/makefile`

```
# rodar o client
cd client && npm run serve

# rodar server
cd server && make run
```