/Crostini-Machine-Learning

Installation script to automate the process of installing several machine learning tools such as Tensorflow in the Linux environment on supported X86_64 Chromebooks.

Primary LanguageShellGNU General Public License v3.0GPL-3.0

ChromeOS Crostini Machine Learning Setup Thank You for using the ChromeOS Crostini Machine Learning Setup Script to setup your device for Machine Learning. We live in a age where Machine Learning will be deeply integrated into just about all future software projects. I honestly cannot wait to hear about what you create with these tools. Please feel free to drop me a note if you have a project to share.

Please visit the official instructions at https://kmyers.me/help/chromeos-crostini-ml/

Note - This requires a Chromebook with a X86_64 Processor and Crostini must be enabeled.

Install it by running

cd ~/

sudo apt install -y wget && bash <(wget -qO- https://raw.githubusercontent.com/KeithIMyers/Crostini-Machine-Learning/master/CrostiniMLSetup);