Motivation

I wanted to build a search engine for myself which I could use to store information useful to me and which had an advanced search functionality

Details

The basic idea was to use an Elastic Search backend and store 'items' by specifying keywords at the time of saving. The web interface has been built using Flask (python app) and Bootstrap UI. The app is not up because I still have to write a simple security layer for the interface. Ideally I would want to make this into a chrome extension so that it is easy to use. The code is on Github