Supercharging Your Linux VM for Data Science: A Guide to Boosting Linux VM RAM for Improved Performance
Author(s): Prithivee Ramalingam Originally published on Towards AI. Ever been stuck while using DistilBERT due to an βOut of Memoryβ error? Iβve been there, and Iβve found a game-changing solution: swap files. Swap files provide an ingenious solution to the challenge of …
How to Install Anaconda in Linux Mint!
Author(s): Garima Nishad Originally published on Towards AI. Programming, Systems Too hectic? Not anymore! Go to this link where youβll be able to download the installer provided by βAnaconda Distributionβ https://www.anaconda.com/distribution/ I wanted a Python 3.7 version but you can choose either …
How to use the SCP Command for File Transfer
Author(s): Garima Nishad Originally published on Towards AI. Using File Transfer on Linux U+007C Towards AI SCP (secure copy) command in Linux can be confusing, let me make this a bit easier for you In this blog post, Iβm going to show …
Getting Started With Unix/Linux
Author(s): Pushkar Pushp Originally published on Towards AI. Computing An introduction to Unix/Linux shell scripting (Photo by Jeremy Yap on Unsplash) Introduction Unix is a multi-user operating system built around 1969 at AT&T Bell Labs. The main purpose of UNIX was multi-tasking. …
Deploying Machine Learning Models As a Service Using AWS EC2
Author(s): Tharun Kumar Tallapalli Originally published on Towards AI. Cloud Computing, Machine Learning An Overview of Deploying ML Models as Web Applications on EC2 using Flask and Nginx When ML Models are the only use case in our application we deploy it …