Blog
How to generate SSH key
How to generate SSH key The instructions below will walk you through the steps of generating an SSH key, based on the system you use: Windows Linux/MacOS For Windows 1. Download and run a SSH keygen tool, for example, PuTTYgen: 2. Specify the following parameters:...
Python Application Connection to MongoDB
Python Application Connection to MongoDB MongoDB is one of the most popular NoSQL databases, which allows developers to easily work with the stored data. This tutorial provides an example of connection to the MongoDB server from your Python application. In our case we...
How to Deploy Django App to GPUonCLOUD Cloud
How to Deploy Django App to GPUonCLOUD Cloud Django is an open-source framework for Python applications. It helps to simplify the process of creating complex and database-driven web-applications, each of which can consist of a few pluggable modules. Due to such an...
Deploy Python Project via GIT/SVN
Deploy Python Project via GIT/SVN You can host any public or your private Python project at GPUonCLOUD using the GIT or SVN version control system. It will be properly deployed to the GPUonCLOUD Cloud with all the required submodules and dependencies, exported from...
Python Application Connection to MySQL
Python Application Connection to MySQL MySQL is a highly popular open source database, used by developers all over the world. In this instruction we’ll show you how to connect your Python application, hosted within GPUonCLOUD Cloud, to this DB server. In our example,...
Upload and Deploy Your Python Application
Upload and Deploy Your Python Application With GPUonCLOUD you can easily upload and deploy any Python app via Archive or URL. The given below instruction shows the steps you should perform in order to get your Python application hosted with GPUonCLOUD PaI. 1.Upload...
File Synchronisation
File Syncronization File Synchronization Between Several Application Servers in a Cluster As incoming traffic to your project grows, you need to improve your app performance to keep up with it. Some room of capacities for elastic extension is provisioned in confines...
Deployments at GPUonCLOUD
GPUonCLOUD PaaS supports various ways of the applications automatic deployment, allowing to choose the most suitable option, which will suit your specific needs: Dashboard - corresponds to deployment via archive (provided either as local file or URL), detailed in the...
How to install Free SSL on Ubuntu Apache/Nginx using certbot?
How to install Free SSL on Ubuntu Apache/Nginx using certbot? 1. Update repository for certbot installation# sudo add-apt-repository ppa:certbot/certbot 2. Install certbot package for Apache/Nginx# apt install python-certbot-apache //For Apache Webserver# apt...
How to Deploy Magento Cluster on Cloud?
Magento is an extremely popular open source e-commerce service powered by PHP. It provides a flexible modular architecture enhanced with agile ecosystem to continually adapt, customize and extend your platform. This allows Magento to be much more versatile than most...
How to create and enable website using Apache webserver
How to create and enable website using Apache webserver Install apache using command#apt update#apt install apache2 Here apache service will be stopped and will be disabled on start-up. Hence we need to start the service and enable auto-start. #systemctl...
How to docker?
New to Dockers? Follow below links for quick start on how to Dockers? Get Started, Part 1: Orientation and setup https://docs.docker.com/get-started/part1 Get Started, Part 2: Containers https://docs.docker.com/get-started/part2 Get Started, Part 3: Services...
How to map docker container port to host port?
How to map docker container port to the host port By default, when the container is created, it doesn't publish any port to Internet to within the network connected to the host. In order to acheive it, use --publish or -p flag. This creates a firewall rule which maps...
Detectron2 Installation
Facebook AI Research's (FAIR) discovery of the Detectron2 which helps in object detection having Mask R-CNN is created in Python as a part of DL framework. We will go through steps of installing Facebook detectron2 in ubuntu machine with GPUs attached. Follow...
GPU’s and its spread across Industries
Banking - 2008 financial crisis triggered enormous amount of procedural regulations and local/cross-border compliances in Banking domain. Resulting into tremendous demand on IT and HPC (High Performance Computing) resources in order to run some of the voluminous and...
GPU’s for AI Startup
GPU’s for AI Startups Artificial Intelligence (AI) has been evolving at a higher pace. It is poised to become one of the most impactful technologies humanity has ever created, boosting us and giving the ability to solve the problems once thought to be unsolvable! ...
XAI (Explainable AI) & top 5 use cases
What is XAI? Explainable AI, also known as transparent AI, consists of techniques in artificial intelligence that are easily understandable to humans. XAI is a programme that explains why and how of a derived decision by having an objective,...
10 use cases of AI in Industry 4.0 revolution
The industry 4.0 revolution in industrial technology has been evolving and is inducting significant meaningful value additions from manufacturers to the end consumers! The industry equipment’s, computers and robots are connected through IoT and associate edge...
Applications of Artificial Intelligence in Biotechnology & Pharmaceutical
Artificial Intelligence (AI) and machine learning (ML) has turned out to be omnipresent in tech startups, fueled to a great extent by the expanding accessibility, measure of amount of information to be processed and less expensive, yet more powerful computers. In the...
5 major applications of Artificial Intelligence in Banking
If Artificial Intelligence has affected one industry more than some other, it is the Banking business. As per the recent survey by a leading global management consulting company, banks that implement AI tools could help boost their revenues by 34% by 2022. Another...
IT Infrastructure footprint in the Datacenters can be reduced leveraging GPUs
In the changing era of big data where data generates revenue and run businesses it has become important to think about implementation of GPU technology. More and more businesses are replacing their only CPU based architecture to GPU server architecture. Reason for...
GPU Technology and its Benefits
Graphic Processing Unit – GPU's are special purpose processors that are designed to take up intensive programming tasks and thus reduces the strain on the system’s CPUs. By taking the load from CPU, the system’s CPU can process more jobs than it could have without a...