Monday, April 15, 2019

Install Tomcat Server in Ubuntu

Hi,
Easly install Tomcat Server in Ubuntu

Step1 : First Follow this tutorial to install and config Tomcat

https://www.linuxtechi.com/install-apache-tomcat-9-ubuntu-18-04-16-04-server/

Step 2: Now config tomcat in eclipse

If you are not seeing any option of server in eclipse by choosing

new -> other -> server

check below link

https://stackoverflow.com/questions/11317854/no-server-in-windowspreferences

Now Follow below link

https://crunchify.com/step-by-step-guide-to-setup-and-install-apache-tomcat-server-in-eclipse-development-environment-ide/

Thursday, April 11, 2019

Step guides to install OpenCV

In Window Run Following Command


conda update anaconda-navigator  
conda update navigator-updater
 
pip install opencv-python
 
conda install -c https://conda.binstar.org/menpo opencv
 

IN Linux  

pip install opencv-python
 
or 
 
conda install opencv 

or 

 conda install --channel https://conda.anaconda.org/menpo opencv3
 

 

Wednesday, April 10, 2019

Machine Learning Study Material

Cloud Computing Study Material

Following Link Contains Following CC Chapters

1. Intro
2. Distributed
3. XML
4. XML Schema
5. Web Services
6.  Mod WebServices
7. First WebService
8. Web Services
10. Eclipse WebServices
15. Virtual Machine Monitors
16. OpenStack
17. JSON
18. REST - I
19. REST  -II
20. Cloud pgm

https://drive.google.com/open?id=1r8TdrM29KJoE_btQJRz3fXkXqdxOHih1

Behavior Recognition System Based on Convolutional Neural Network

Our this article is on this  research paper .  Credit : Bo YU What we will do ? We build a set of human behavior recognition syste...