File size: 1,028 Bytes
5818b4d
 
 
 
 
 
 
 
 
89682f8
 
5818b4d
89682f8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---
title: Tryemoji
emoji: 🐨
colorFrom: gray
colorTo: purple
sdk: static
pinned: false
license: mit
---
<div align="center">
<h1 align="center">🐱 tryEmoji</h1>

Turn emoji into amazing artwork via AI

<a href="https://tryemoji.com">
<img src="https://tryemoji.com/preview.png">
</a>
</div>

## Features

- Includes complete front-end and back-end code.
- Support deployment both locally and in the cloud.
- Fully based on open source and can be used for commercial purposes.


## Install

```bash
# Install web dependencies
npm install

# Install server dependencies
pip install -r requirements.txt -U
```

## Development

```bash
# Start server on localhost:8080

lep photon run -n tryemoji -m photon/main.py --local
```

```bash
# Start web server on localhost:3000

npm run dev
```



## Built with

- [Lepton AI](https://github.com/leptonai/leptonai)
- [emoji-mart](https://github.com/missive/emoji-mart)
- [Real-Time-Latent-Consistency-Model](https://huggingface.co/spaces/radames/Real-Time-Latent-Consistency-Model)