kionite231@lemmy.cadeleted by creator to Linux@lemmy.worldEnglish · 10 months agoIs there any Linux distros which utilizes AI into the OS something like Gemini CLI?message-squaremessage-square8linkfedilinkarrow-up17
arrow-up17message-squareIs there any Linux distros which utilizes AI into the OS something like Gemini CLI?kionite231@lemmy.cadeleted by creator to Linux@lemmy.worldEnglish · 10 months agomessage-square8linkfedilink
minus-squarecomador @lemmy.worldlinkfedilinkEnglisharrow-up8·10 months agosudo apt-get update sudo apt-get install python3-pip pip3 install tensorflow or sudo dnf install tensorflow pytorch python3 my_ml_script.py There, now you have Tensorflow, which is about as good as it gets on most distros.
sudo apt-get update
sudo apt-get install python3-pip pip3 install tensorflow
or
sudo dnf install tensorflow pytorch python3 my_ml_script.py
There, now you have Tensorflow, which is about as good as it gets on most distros.