This was a school project developed for a text analytics class. The idea of the project was to recommend other stocks based on the text description from a selected stock. I developed this application using Python with the Kivy framework. There were 4 operations allowed in this application, which were to web scrape the stock descriptions, browsing descriptions of individual stock, building the search index of the scraped text, and recommend similar stocks using the selected stock and the built search index.