Tuesday, May 21, 2024

Top AI Tools

Download and Install Python


Download and Install Pycharm


Install Jupyter

> pip install jupyter


Install Transformers

> pip install transformers

> pip install transformers[sentencepiece]


Install Pytorch (Preferred for dev)/TensorFlow (preferred for prod)

> pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118


No comments:

Post a Comment

Deploy a Next.js Application on Azure Web App ( Part 1)

Today, we are going to deploy a very simple web application build using Next.JS framework on Microsoft Azure Web App. This blog is split int...