Projects
-
Django to REST
Django To Rest is small tool that helps to expose REST api(s) for django models with minimum effort. This utility is for one who uses Django REST Framework for writing REST APIs. The tool enables you to focus only on the code needed explicitly. The tool handles all boilerplate for writing CRUD and custom APIs.
-
News Aggregator
A news aggregator with web crawler, a text classifier, and trending news creation. Text classification is done using Support Vector Machine and Latent Dirichlet allocation. Sentence creation for trending news is done using sentence ranking. The web app also has provision for real users to publish news.