BestCryptoKnight / openai-emoji-prediction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Predicting Emoji Demo

I used Open Ai's CLIP model on both text (tweets) and images of emoji's!
When the user provides a sentence, the CLIP model will suggest 4 from the following emoji's:
❀️ 😍 πŸ˜‚ πŸ’• πŸ”₯ 😊 😎 ✨ πŸ’™ 😘 πŸ“· πŸ‡ΊπŸ‡Έ β˜€ πŸ’œ πŸ˜‰ πŸ’― 😁 πŸŽ„ πŸ“Έ 😜 ☹️ 😭 πŸ˜” 😑 πŸ’’ 😀 😳 πŸ™ƒ 😩 😠 πŸ™ˆ πŸ™„

Note

I used the Gradio package to build this demo.
We can build the separate frontend for UI and make it call this demo as a backend api in the real product.
We can increase the choice of emojis by adding them in the emojis folder.😊

About


Languages

Language:Python 100.0%