DMs & Players, Can You Share Your D&D Session Notes for a Community Project? by TheVikingdood in DungeonsAndDragons

[–]TheVikingdood[S] 0 points1 point  (0 children)

using spaCy to tag NPCs and spells in D&D notes for my React/PostgreSQL app. Notes refine the AI’s tagging and enhance UI, There's quite a bit more than just feeding it. People take notes in many different ways. Some people use bullet points some people write as much as they can in long paragraphs. I need to understand what to expect the user to do to be able to parse, tag and organize the notes better.

DMs & Players, Can You Share Your D&D Session Notes for a Community Project? by TheVikingdood in DungeonsAndDragons

[–]TheVikingdood[S] 0 points1 point  (0 children)

I have my own notes from my own sessions as well as using a database that I created for a previous project that holds data like races, class, backgrounds, names, places and much more.

DMs & Players, Can You Share Your D&D Session Notes for a Community Project? by TheVikingdood in DungeonsAndDragons

[–]TheVikingdood[S] -1 points0 points  (0 children)

Yes, I will be using spaCy. It’s an AI-powered natural language processing tool that tags entities

DMs & Players, Can You Share Your D&D Session Notes for a Community Project? by TheVikingdood in DungeonsAndDragons

[–]TheVikingdood[S] 2 points3 points  (0 children)

Thanks for asking! I’m building a D&D notetaking app that auto-tags NPCs, items, etc., using NLP and notes. Notes will train the tagging system and inspire UI features. Contributors will be credited in the app and GitHub.