vishnuprasadh
A tech enthusiast in the field of machine learning, AI and predictive engineering. Strong believer in polyglot, microservices, modular based architecture.
Bangalore
Pinned Repositories
ajioScraper
A beautiful soup application that scrapes ajio.com to scrape all category links, product swatch from there and then the product information. The application uses Selenium, BeautifulSoup as the core modules to handle AJAX or interactive loading elements on screen and the bs4 to extract soup info of HTML.
bbmp.anukula
An API library used to capture road information, street, drain & other issues of a specific Ward in India. As a start, its an effort to caputre Bellandur ward.
bbmp.anukula.batchjobs
A project with all batch jobs used for processing of the wardIssues, roads and other information
bespoke
A streaming platform which uses Avro for serialization and processes the incoming information of product, customer, orders through Kafka messagebrokers with Python Skilearn package for machine learning. Ultimate aim of this program is to provide a recommendation engine which also is able to integrate with log streaming to provide an end-end enterprise level solution
CognitiveBanners
A Reinforcement learning based program to dynamic display of ad-banners based on the click event by customers. This uses Thompson sampling technique hence ensuring better click through rate.
cognitiveinsights
A library with practical implementation of Machine learning use cases in the Ecommerce and other digital industry
excel2xmlwrite
A program which is used to convert a given excel in csv format to xml. used for data setup programs when you are executing integration tests or creating feeds for integration feeds to test for performance. use this more as a sample impl for xml in python
geocodify
Used to pass a given set of pincodes and get in return the latitude and longitude. In turn uses geopy and google API
imgprocessor
You can create a imageserver of your own using this project. Image processor will be using mod_wsgi, Pillow-SIMD package for dynamically resizing a given image based on bandwidth and size of destination device. You can also force or request a no aspectloss based WXH while requesting the same.
pricingscraper
A webscraper which uses anonymous proxy IP to scrape and has intelligence to delay scraping, changing iP on request etc
vishnuprasadh's Repositories
vishnuprasadh/pricingscraper
A webscraper which uses anonymous proxy IP to scrape and has intelligence to delay scraping, changing iP on request etc
vishnuprasadh/CognitiveBanners
A Reinforcement learning based program to dynamic display of ad-banners based on the click event by customers. This uses Thompson sampling technique hence ensuring better click through rate.
vishnuprasadh/ajioScraper
A beautiful soup application that scrapes ajio.com to scrape all category links, product swatch from there and then the product information. The application uses Selenium, BeautifulSoup as the core modules to handle AJAX or interactive loading elements on screen and the bs4 to extract soup info of HTML.
vishnuprasadh/bbmp.anukula
An API library used to capture road information, street, drain & other issues of a specific Ward in India. As a start, its an effort to caputre Bellandur ward.
vishnuprasadh/bespoke
A streaming platform which uses Avro for serialization and processes the incoming information of product, customer, orders through Kafka messagebrokers with Python Skilearn package for machine learning. Ultimate aim of this program is to provide a recommendation engine which also is able to integrate with log streaming to provide an end-end enterprise level solution
vishnuprasadh/cognitiveinsights
A library with practical implementation of Machine learning use cases in the Ecommerce and other digital industry
vishnuprasadh/excel2xmlwrite
A program which is used to convert a given excel in csv format to xml. used for data setup programs when you are executing integration tests or creating feeds for integration feeds to test for performance. use this more as a sample impl for xml in python
vishnuprasadh/geocodify
Used to pass a given set of pincodes and get in return the latitude and longitude. In turn uses geopy and google API
vishnuprasadh/imgprocessor
You can create a imageserver of your own using this project. Image processor will be using mod_wsgi, Pillow-SIMD package for dynamically resizing a given image based on bandwidth and size of destination device. You can also force or request a no aspectloss based WXH while requesting the same.
vishnuprasadh/ProductSimilarity
For a given product dataset, given a SKU - the output will return the closest other products based on product title match.
vishnuprasadh/bbmp.anukula.batchjobs
A project with all batch jobs used for processing of the wardIssues, roads and other information
vishnuprasadh/flaskdynamicimgprocessor
A dynamic image processor application running on flask framework
vishnuprasadh/spring-data-mongodb
Provide support to increase developer productivity in Java when using MongoDB. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.