Skip to content

alx-xlx/colab-local-runtime-windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

colab-local-runtime-windows

Run Google Colab locally on Windows Machine

In your Windows Machine

  1. Install Git-SCM using the below code OR Get latest from Here
curl https://github.com/git-for-windows/git/releases/download/v2.26.2.windows.1/Git-2.26.2-64-bit.exe -o Git-2.26.2-64-bit.exe &:: Download GitSCM
Git-2.26.2-64-bit.exe /VERYSILENT &:: Silent Install GitSCM
  1. Now Run the below code to setup Colab Environment (Make sure you have installed Git)
git clone https://github.com/alx-xlx/colab-local-runtime-windows.git &:: Clone Repo
cd colab-local-runtime-windows
install.bat &:: Installing Requirements
  1. Copy Paste & Connect

Configure Google Drive

Mounting your Google Drive is only available on Hosted Runtime.

error

So to get around this limitation we will use a tool called RaiDrive. This tool enables us to Mount almost all Cloud Storages as Local/Physical Disks.

Free Plan - Google Drive, OneDrive, Dropbox, Google Drive Shared drives, OneDrive Business, WebDAV, SFTP, FTP

This is Great !!

Setup RaiDrive

  1. Download & Install RaiDrive OR Get latest version from Here
RaiDrive_2020.2.12.exe /exenoui
  1. Mount your Google Drive OR any other Cloud Storage Services

List Drives

wmic logicaldisk get volumename,name