#Auto tag suggestions

13 messages · Page 1 of 1 (latest)

untold star
#

I'm building an app where you can write some content and tags will automatically be suggested for you based on what you type. Does anyone have any suggestions for libraries in either Python/Node? Any recommendations would be greatly appreciated

lusty tapir
untold star
lusty tapir
#

i dont think there would be a library

#

because like

#

wait do u want it like ai generated or something or just hardcoded tags

broken viper
#

ai generated I presume

#

but this is something small so it's possible in this case

#

there already are apps which do this

#

I mean include this feature

thorny river
#

you can either use the builtin library, difflib, to make a small autocomplete generator, or use this