I recently lost my mother to cancer. For some reason, this idea is stuck in my head that if I hear her heartbeat it will make me feel a lot better. Is it possible to generate the heartbeat sound using an ECG image using computer vision and ML?
I am living in a country where open data is a very alien concept for the public and government. Except for a handful of civic hackers who find it very difficult to create apps or services due to lack of open APIs or datasets. Data is available on government websites but its not technically open (as in a RESTful API). I am thinking about writing a library that can crawl all over a page and convert the HTML into JSON that can be consumed over REST. Is there something like that out there already? What are some of the things I need to consider before I start writing this?