I think I have a genuine need for an #LLM. Can someone tell me if this is possible?

@openbenches contains ~40k text inscriptions.

Someone wants to know how many are dedicated to men, how many to women.

"To Grandma Sylvia" is obvious.
"To R Smith" is not.

Could an AI give a rough estimate of the gender of a subject?

Could it ignore text relating to who the inscription is from? "To Granny from Dave and Alice".

What would be the most accurate / cheapest / fastest / easiest tool to work with?

@Edent are you sure that you need LLM?

If I were to find a solution I'd probably look at https://github.com/ajdavis/proporti.onl and expanded it with ML model. LLM looks a bit too strong for this.

GitHub - ajdavis/proporti.onl: Compare number of women, men, and nonbinary people among my friends and followers.

Compare number of women, men, and nonbinary people among my friends and followers. - ajdavis/proporti.onl

GitHub

@xgebi I think I need the LLM for extracting the names from unstructured data.

The classifier looks like it can be done with other things.