Skip to content

grassmannian/vigilant-reclist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vigilant-reclist

Recommendation engine, works by taking an input set of interesting items, looking for other sets in universe that have sufficiently large intersections with input, and then yeilds all elements of those sets not contained in the input.

Database is currently a static JSON file, served separately, this should be expanded and improved in the future.

Usage

Build the software in the normal manner for Cargo projects

cargo build

Prior to running the engine, the database must be served over http.

cd database
python -m http.server

Once database is being served, run the program

cargo build

About

Back-end of new recommendation engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages