Serendipitron is born

3 minute read Published: 2010-08-02

Serendipitron is my new weekend project; find it here http://serendipitron.appspot.com.

It was born as my thesis project in college. The gist of it is to provide an API that analyzes content and then recommends links that may be related to it, being then useful to annotate content in web pages or documents or to suggest information that may help writers to get resources that will enhance the quality of their work (by having references that they could not have had the time or the initiative to find on their own) and also learning from it's use to provide personalized and not generic recommendations to each user.

By being an API, anyone can use it anywhere, because they just have to request info to an URL and read the JSON or XML responses.

As a college project it used the ontology in the Open Directory Project to classify content and using stuff like Topia Term Extract, the yahoo term extraction service, tagthe and the alchemy service to get keywords in the content and then search it's document collection to make suggestions, filtered by the preferences that the current user had, so the queries would be less ambiguous.

But that version needed lots of storage: it had a web crawler that downloaded the documents in the ODP and indexes for full-text search and whatnot.

This new version will be different, at least at first, it will rely on the collective intelligence already available in sites like http://digg.com, http://delicious.com or http://reddit.com to make suggestions and learn user profiles.

So, if you write a blog or documents or research or whatever and have ever felt the need to find more information but didn't have the time or didn't know what to search for, just keep writing and let serendipitron find useful information for you!

Interested? Go to http://serendipitron.appspot.com and let me know!