lgcre 0.0.7 copy "lgcre: ^0.0.7" to clipboard
lgcre: ^0.0.7 copied to clipboard

Local Graph Context-based Recommende Engine. This is a library to build peronalized POI (point of intereset) recommender engines on the device. Specifiy a graph of related tags or categories, and whic [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add lgcre

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  lgcre: ^0.0.7

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:lgcre/lgcre.dart';
1
likes
100
pub points
0%
popularity

Publisher

unverified uploader

Local Graph Context-based Recommende Engine. This is a library to build peronalized POI (point of intereset) recommender engines on the device. Specifiy a graph of related tags or categories, and which categories are interested by the user. Then run a query consisting of pairs POI-<list of categories> and the engine will return the POIs sorted by relevance to the user. The use of this plugin requires a valid Sparksee graph database license (www.sparsity-technologies.com)

Homepage

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on lgcre