Recommender System

Hi All,

I am revisiting Wappler to see if this can work for project I’ve been asked to look at - building a recommender system that uses a mixture of collaborative, matrix or content based filtering.

Basically, a record would be created containing subject data, so that in its simple format would be editable etc… However, it should be able to run a comparator or recommender based on a criteria taken from within he records and return a set of matching results. So we have a frontend and a backend.

Is this something that this platform is capable of and is there any tutorials to guide me towards this?

Thanks
Mik

Hi Michael,
Everything you mention above is easily achievable with Wappler after a little bit of learning the basics of relational databases. Essentially it is very simple after you have a grasp on the way things operate. Wappler makes it easy to build this type of application.

Documentation is here:

Inserting records:

https://docs.wappler.io/t/insert-database-record/2863

Creating queries:

https://docs.wappler.io/t/creating-database-queries/2872

Filtering:

https://docs.wappler.io/t/filtering-database-query-with-a-text-input/2869

https://docs.wappler.io/t/filtering-database-query-with-an-url-parameter/2868

Along with the Wappler documentation there is also a fine selection of videos available over on the DMXzone official website (featuring the App Connect and Server Connect frameworks):

And for some great guidance on MySQL and RDB's in general check out:

2 Likes

Also take a look at the Wappler YoutTube channel,m lots of video tutorials demonstrating the power of Wappler

1 Like

Thanks all - I’ll start with these now I have a Pro Subs :slight_smile:

1 Like