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.
- Host: GitHub
- URL: https://github.com/igorhalfeld/emotion-based-memes
- Owner: IgorHalfeld
- Created: 2020-06-28T19:01:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T10:18:06.000Z (over 3 years ago)
- Last Synced: 2024-05-30T02:22:17.996Z (about 2 years ago)
- Language: JavaScript
- Size: 21 MB
- Stars: 14
- Watchers: 3
- Forks: 4
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
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_

### Rodar
Sete as var ambiente no `server/makefile`
```
# rodar o client
cd client && npm run serve
# rodar server
cd server && make run
```