Hiije is a recommendation system currently built for grocery recommendations. The system itself is an implementation of the work of Karypis and Deshpande. The description there is very technical and is recommended for people who actually intend to implement, extend or adapt the algorithm in some way. For ordinary humans who may just want to use it and see how cool it is, there is a layman's explanation provided.
The name Hiije is a combination of 2 Kiswahili words that form a question.
A sample use of Hiije is provided ... <create Include a link and/or description>. Like any recommendation system Hiije requires historical data from which to make recommendations. The data used in the sample use is obtained from Stedy's GitHub repository
TODO...
The architecture of the Hiije python project is described in a separate hiije architecture documentation. This is recommended for programmers who may want to understand, modify or extend Hiije in Python.