SSWConsulting / SSW.FireEmoji

🤖 Automate the selection of GitMojis using AI
https://fireemoji.io
8 stars 1 forks source link

✨Generate CSV input from existing commit messages #3

Open tkapa opened 2 years ago

tkapa commented 2 years ago

Cc: @tkapa, @adamcogan, @jernejk, @jaydenalchin

Hi @bradystroud,

Pain

We require some data to feed into our ML solution so that we can start generating suggestions.

Suggested Solution

Use the git cli to get a large sample size of git commit messages from SSW employees. Generate a CSV from the list that has 3 columns. Emoji, Message. For each commit add the intended emoji under the Emoji column, the commit message (excluding the emoji) under the Message column.

Tasks

Thanks!

jernejk commented 2 years ago

@bradystroud, can you add the script/code you used to generate the csv?

I think it would be awesome if others can automate collection of data samples for their own projects as well. 😊