Skip to content

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 APIs. Some of the features are:

  • Just add a decorator at top of a model and REST api(s) are created. That's the work!!!
  • Options like filtering and ordering are avilable by default for model fields
  • Easy customisations via the decorator itself
  • Summary: Less time??? Just install the tool and use the decorator. Done!!!


Stock Price Prediction

Stock Price Prediction using Support Vector Regression and Artificial Neural Network on Jupyter Notebook.


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.