Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 đ
- Host: GitHub
- URL: https://github.com/thomasperge/ai-make-new-emoji-generator
- Owner: thomasperge
- Created: 2024-08-03T20:39:53.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-06T14:08:33.000Z (3 months ago)
- Last Synced: 2024-08-06T16:21:59.845Z (3 months ago)
- Topics: ai, artificial-intelligence, artificial-intelligence-algorithms, emojis, ios
- Language: Python
- Homepage:
- Size: 67.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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