https://github.com/sswconsulting/ssw.fireemoji
🤖 Automate the selection of GitMojis using AI
https://github.com/sswconsulting/ssw.fireemoji
ai antblazor blazor mlnet webassembly
Last synced: 7 months ago
JSON representation
🤖 Automate the selection of GitMojis using AI
- Host: GitHub
- URL: https://github.com/sswconsulting/ssw.fireemoji
- Owner: SSWConsulting
- Created: 2022-01-21T01:46:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-21T06:20:42.000Z (over 3 years ago)
- Last Synced: 2025-03-25T00:04:22.013Z (7 months ago)
- Topics: ai, antblazor, blazor, mlnet, webassembly
- Language: C#
- Homepage: https://fireemoji.io
- Size: 44.1 MB
- Stars: 8
- Watchers: 11
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

[](https://gitmoji.dev)

[fireemoji.io](https://fireemoji.io)

---
This project was inspired by [GitMoji](https://github.com/carloscuesta/gitmoji) - a standard for use of emojis in commit messages.
# 🤷🏻♂️ Why?
At SSW, we love using GitMoji on our projects, but sometimes finding the right emoji is a challenge.
There are almost 70 different GitMojis, so sometimes its hard to pick the best one.
# 🥅 Our goal
Automate the selection of GitMojis using AI.
# 📦 Install VS Code extension
In VS Code:
1. Go to Extensions
2. Under `...` click `Install from VSIX`
3. Download and select [releases/latest/vscode/ssw-fireemoji-vscode-preview.vsix](https://github.com/SSWConsulting/SSW.FireEmoji/raw/main/releases/latest/vscode/ssw-fireemoji-vscode-preview.vsix)
4. Reload extension

## 👩💻 Usage
Go to `Source Control` tab, enter your message and press the 🔥 icon. :)

# 🏛 Architecture
Currently, there are 3 parts to this project:
- SSW.FireEmoji.Core
- SSW.FireEmoji.WebApp - Blazor WASM PWA that implements SSW.FireEmoji.Core
- SSW.FireEmoji.Trainer
# 👨🏻💻 F5 Experience
## Prerequisites
- [Dotnet](https://dotnet.microsoft.com/download)
## Running the project
1. Clone the project