Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thomasperge/ai-make-new-emoji-generator

AI project to make new emojis from all iOS emoji datasets 🐐
https://github.com/thomasperge/ai-make-new-emoji-generator

ai artificial-intelligence artificial-intelligence-algorithms emojis ios

Last synced: 10 days ago
JSON representation

AI project to make new emojis from all iOS emoji datasets 🐐

Awesome Lists containing this project

README

        

IA to make custom emojis from text prompts. Input a description, and the AI generates a unique emoji based on your specifications

**Dataset** : [Ios Emoji Datasets](https://www.kaggle.com/datasets/divyanshusingh369/dataset-of-843-emojis)

```
Package Version
---------- -------
pip 22.3.1
setuptools 65.5.0
```

# Crée et active un environnement virtuel
python -m venv venv
source venv/bin/activate # Sur Windows, utilise `venv\Scripts\activate`

# Installe les bibliothÚques nécessaires
pip install torch torchvision transformers numpy pillow matplotlib

# Commandes pour lancer le projet
pip install -r requirements.txt

# Lancer l'entraĂźnement du GAN :
python launch_training.py

# Générer des emojis :
python generate.py