Novu is a powerful web-based application that lets you manage and deploy machine learning models quickly. In this tutorial, we will learn how to install Novu on Ubuntu Server Latest.
Before we start with the installation process, make sure that you have the following prerequisites:
Before installing any new package, it is recommended to update your system to the latest packages. You can do so with the following command:
sudo apt-get update
Novu requires certain dependencies to be installed on your Ubuntu server. Install the following dependencies with the following command:
sudo apt-get install -y build-essential git python3.6-dev python3-pip
Novu uses the PyTorch library to perform various computations related to machine learning. Install PyTorch with the following command:
pip3 install torch torchvision torchaudio
Now clone Novu repository with the following command:
git clone https://github.com/novuss/novu.git
Navigate to the cloned repository with the following command:
cd novu
Install the required Python packages with the following command:
pip3 install -r requirements.txt
Now that we have installed all the required dependencies, we can start the Novu server with the following command:
python3 manage.py runserver
Once the server is up and running, you can access the Novu application by visiting the IP address of your Ubuntu server in a web browser.
In this tutorial, we learned how to install Novu on Ubuntu Server Latest. Now that you have successfully installed Novu, you can start deploying powerful machine learning models with ease.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!