Official Documentation of the Dictionary Builder
Note The project is currently active, there may be some updates where the old API may be changed according to the requirement. Hence always look out for updates. Once the project gets finalized this NOTE will be removed.
A Python-based word-dictionary application, employing a TRIE data structure to facilitate streamlined processes for the addition, updating, and retrieval of word entries. Encompassing words, along with their respective meanings, associated images, and image sources, the application takes on the form of a picture dictionary.
- Install the latest version of Python, make sure to install the PIP pipeline
- Install Numpy library
- Clone the project from GITLINK
Author: Khritish Kumar Behera
Email: <khritish.official[at]gmail.com>