silentsudo
open-menu closeme
Home
About
My Library
stackoverflow github gitlab linkedin rss
  • Angular App and Spring Boot Api for Country, State and City

    calendar May 19, 2020 · 1 min read · angular spring-boot country state city sql  ·
    Share on: twitter facebook linkedin copy

    Introduction Address WebApi and test example to display Country, State and City Prerequisite Java SDK node.js Building Backend 1https://gitlab.com/address-api/api-server.git Create Database in mysql create database address_api_db; Export Env variable 1MYSQL_HOST=localhost 2MYSQL_PORT=3306 …


    Read More
  • Play Video Using video.js and videojs-hls-quality-selector

    calendar May 4, 2020 · 2 min read · angular videojs hls  ·
    Share on: twitter facebook linkedin copy

    Introduction How to play hls video in Angular using video.js and show quality-selectors Create simple angular App and use following commands to instal video js components 1npm install --save video.js 2npm install --save videojs-hls-quality-selector 3npm install --save videojs-contrib-quality-levels …


    Read More
  • Raccoon Image Detection using Keras

    calendar Apr 4, 2020 · 9 min read · aiml object-detection image-recognition keras tensorflow  ·
    Share on: twitter facebook linkedin copy

    Overview This post is about identifying raccoon in an input image. We will collect raccoon images and find the cordinates in the images where our image object can be identified. This techinique is termed ad Image Annotation. For sake of simplicity we will follow bounding box annotation. Here we will have location of …


    Read More
  • Simple Apache Kafka Connector

    calendar Apr 3, 2020 · 4 min read · apache-kafka distributed-systems kafka-connector  ·
    Share on: twitter facebook linkedin copy

    Overview Apache kafka connect can be used to get source data inside application from external data sources such as: JDBC Connection NoSQL MongoDB Streaming Service eg. Twitter etc Following is the simplest useful place for kafka-connect in data pipeline link Solution There is a standard approach to implement kafka …


    Read More
  • Spam dataset

    calendar Jan 10, 2020 · 1 min read · datset  ·
    Share on: twitter facebook linkedin copy

    Dataset spam dataset


    Read More
  • Ensemble Techniques

    calendar Dec 5, 2019 · 18 min read · aiml ensemble-technique jupyter-notebook pandas DecisionTreeClassifier RandomForestClassifier AdaBoostClassifier BaggingClassifier GradientBoostingClassifier  ·
    Share on: twitter facebook linkedin copy

    Overview Help the marketing team identify potential customers who are relatively more likely to subscribe term deposit and thus increase their hit ratio Problem Statement Using the collected from existing customers, build a model that will help the marketing team identify potential customers who are relatively more …


    Read More
  • Featurization Model Selection and Tuning

    calendar Nov 13, 2019 · 11 min read · aiml feature-engineering jupyter-notebook pandas grid-search-cv random-search-sv LinearRegression AdaBoostRegressor ExtraTreesRegressor RandomForestRegressor GradientBoostingRegressor DecisionTreeRegressor KNeighborsRegressor Lasso Ridge  ·
    Share on: twitter facebook linkedin copy

    Overview The data contains features extracted from the silhouette of vehicles in different angles. The purpose is to classify a given silhouette as one of three types of vehicle, using a set of features extracted from the silhouette. The vehicle may be viewed from one of many different angles. Solution Importing …


    Read More
  • Unsupervised Learning classify a given silhouette as one of three types of vehicle

    calendar Nov 10, 2019 · 9 min read · aiml unsupervised-learning jupyter-notebook pandas PCA  ·
    Share on: twitter facebook linkedin copy

    Overview The data contains features extracted from the silhouette of vehicles in different angles. The purpose is to classify a given silhouette as one of three types of vehicle, using a set of features extracted from the silhouette. The vehicle may be viewed from one of many different angles. Solution Import Necessary …


    Read More
  • Supervised Learning Thera Bank case study

    calendar Nov 7, 2019 · 23 min read · aiml supervised-learning jupyter-notebook pandas Logistic Regression  ·
    Share on: twitter facebook linkedin copy

    Overview The classification goal is to predict the likelihood of a liability customer buying personal loans. Solution 1#Import Necessary Libraries 2 3# NumPy: For mathematical funcations, array, matrices operations 4import numpy as np 5 6# Graph: Plotting graphs and other visula tools 7import pandas as pd 8import …


    Read More
  • Custom Userinfo in spring boot resource server

    calendar Nov 5, 2019 · 3 min read · spring-boot spring-security user-info oauth2 resource-server auth  ·
    Share on: twitter facebook linkedin copy

    Spring Resource Server When implementing a standalone Resource Application server, we do not store any information related to user. We heavily rely on third party auth service providers to give such information on user's consent and update it. This can give rise to implement OncePerRequestFilter where in we get bearer …


    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • »
    • »»

Ashish Agre

Hands-On Mobile & Backend Engineer
Read More

Featured Posts

  • Using CompletableFuture with RestTemplates in Spring-Boot Part 2
  • Using CompletableFuture with RestTemplates in Spring-Boot Part 1
  • Create ndjson logging for spring boot applications
  • Simple Social networking app with Node, Angular & MongoDB

Recent Posts

  • Setting Up Docker with Nvidia GPU
  • Expose data using Spring Boot and Spring AI framework
  • Ingest data from csv file and apply vector embeddings using custom python processor
  • Store data in Elastic search using PutElasticsearchJson
  • Vector Search using Spring AI Elastic Search and Apache Nifi 2

Categories

AIML 5 APACHE-NIFI 5 PYTHON 5 ELK 4 SPRING-BOOT 4 WEB-FRAMEWORK-JAVA 4 JSON 3 JAVA 2 DATABASE 1

Series

VECTOR SEARCH USING ELASTIC SEARCH 4 APACHE NIFI 2 1 CONCURRENCY IN JAVA 1

Tags

SPRING-BOOT 9 AIML 5 APACHE-NIFI-2 5 ELASTIC-SEARCH 5 PYTHON 5 ANGULAR 4 BOOTSTRAP 4 DATA-INGESTION 4 JUPYTER-NOTEBOOK 4 KNN 4 PANDAS 4 VECTOR-SEARCH 4 APACHE-KAFKA 3 AUTH 3
All Tags
ADABOOSTCLASSIFIER1 ADABOOSTREGRESSOR1 AIML5 ANGULAR4 APACHE-KAFKA3 APACHE-NIFI-25 AUTH3 BAGGINGCLASSIFIER1 BOOTSTRAP4 CITY1 COMMANDS1 COUNTRY1 DASH1 DATA-INGESTION4 DATSET1 DECISIONTREECLASSIFIER1 DECISIONTREEREGRESSOR1 DISTRIBUTED-SYSTEMS3 DOCKER2 ELASTIC-SEARCH5 ENSEMBLE-TECHNIQUE1 EVENT-DRIVEN1 EXTRATREESREGRESSOR1 FEATURE-ENGINEERING1 FFMPEG1 GOTCHAS2 GPU1 GRADIENTBOOSTINGCLASSIFIER1 GRADIENTBOOSTINGREGRESSOR1 GRADLE1 GRID-SEARCH-CV1 HASH1 HLS2 IMAGE-RECOGNITION1 INDEX1 JAVA2 JSON1 JUPYTER-NOTEBOOK4 JWT1 KAFKA-CONNECTOR1 KERAS1 KIBANA1 KNEIGHBORSREGRESSOR1 KNN4 LASSO1 LINEARREGRESSION1 LOGGING1 LOGISTIC REGRESSION1 LOGSTASH3 MICRONAUT2 MICROSERVICES1 MONGODB1 MONITORING1 NDJSON1 NODE1 OAUTH21 OBJECT-DETECTION1 OLLAMA2 PANDAS4 PCA1 POSTGRES1 PYTHON5 RABBITMQ1 RANDOM-SEARCH-SV1 RANDOMFORESTCLASSIFIER1 RANDOMFORESTREGRESSOR1 REDIS1 RESOURCE-SERVER1 REST-TEMPLATE2 RIDGE1 SCRIPTS1 SPRING-BOOT9 SPRING-CLOUD-STREAM1 SPRING-SECURITY1 SQL3 STATE1 STREAMING1 SUPERVISED-LEARNING1 TENSORFLOW1 TIPS1 TWITTER-INPUT-PLUGIN1 UNSUPERVISED-LEARNING1 USER-INFO1 VECTOR-SEARCH4 VIDEO1 VIDEOJS1
[A~Z][0~9]
- By silentsudo

Copyright 2012-  - BY SILENTSUDO. All Rights Reserved

to-top