Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leptonai/tryemoji

Turn emoji into amazing artwork via AI
https://github.com/leptonai/tryemoji

emoji lcm lepton leptonai stable-diffusion

Last synced: about 16 hours ago
JSON representation

Turn emoji into amazing artwork via AI

Awesome Lists containing this project

README

        


🐱 tryEmoji

Turn emoji into amazing artwork via AI




## 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)