-
Notifications
You must be signed in to change notification settings - Fork 179
Closed
Description
Description
Currently, users manually assign categories/tags (like AI, ML, Web, etc.) when adding papers.
This issue aims to implement an AI-powered auto-tagging feature that automatically categorizes a research paper based on its title/abstract/keywords.
✅ Expected Behavior
When a new research paper is uploaded (PDF or text), the system should:
Extract text (title + abstract).
Suggest relevant categories/tags automatically (e.g., NLP, Deep Learning, Cybersecurity, Web Development).
Users can accept or edit the suggested tags.