How to allow users own tags in an app and next time it should suggest users based on the text they entered with the previous tags entered? How can this be done in python?
If one user writes a blog and add some tags for the first time it might r might not suggest any tags but when another user or the same user posts another blog then he might get tag suggestions based on the text he enters and tags added to the db previously entered by the users. Am I clear ?