This FastAPI-based web app implements Trie tree data structure for efficient suggestion searching and Vue JS frontend for real-time suggestion showing
This is a FastAPI-based web app that uses a trie tree data structure to show fast search suggestions from a large list of word suggestions
If your website needs a search suggestion system that implements Vue frontend, and FastAPI backend and needs a faster suggestion system, this repository will help you understand the concept or use it as it is or modify as you need. The marisa_trie library is optimized for faster prefix searches. I'll add other examples for substring and suffix searches later.
- Website search suggestion
- Location suggestion
- Searching files from a large list of files in a folder faster when you need to search multiple times again and again
pip install -r requirements.txt