My Profile Photo

Malav Bhavsar


Hello ๐Ÿ‘‹ I am Malav, I work on Infrastructure and Product Engineering at Persona. I enjoy leading and executing on high level business goals. My current areas of interest are Fintech, Distributed Systems, and Machine Learning.



Extremely Sporadic Thoughts Here

RubyGem for Sentiment Analysis: Sentimentalizer

So, this month we had a Pittsburgh hackathon organized by facebook. I teamed up with Ruchir Patwa and made a simple web-app. It gets facebook status messages of oneโ€™s friends and predicts whether they are happy or sad by doing sentiment analysis. Here is the github repo of the project.

In the process, I made my first gem: sentimentalizer. It takes inspiration from a project by James Hughes.

This was supposed to be a learning experience for me on how to make gems. So here it is: One can start with the make your own gem guide by the rubygems. It gives a fast tour of a typical gemโ€™s anatomy. After getting the basics right, one can start using jeweler. It makes building gems super easy. Warning: if you donโ€™t do things right way with jeweler, your commit log will look like a war zone. It happened with me.