Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/leptonai/tryemoji
- Owner: leptonai
- Created: 2023-11-28T11:18:13.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-24T03:00:15.000Z (5 months ago)
- Last Synced: 2024-06-24T04:21:06.946Z (5 months ago)
- Topics: emoji, lcm, lepton, leptonai, stable-diffusion
- Language: TypeScript
- Homepage: https://tryemoji.com
- Size: 2.62 MB
- Stars: 218
- Watchers: 4
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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:8080lep photon run -n tryemoji -m photon/main.py --local
``````bash
# Start web server on localhost:3000npm 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)