Hey techbros! With the rise of AI datacenters that pollute water and contribute to global warming, did you know that there is actually a way to use AI in an environmentally friendly way?
That's right! And in this article, I'm going to show you how!
It starts with solar panels, and it ends with running AI models locally on your computer, which doesn't use data centers or release carbon emissions! Here's a step-by-step tutorial on how to make the switch to go green!
1. Purchase a solar panel.
This solar panel will produce the electricity required to run your electronics, as well as the local AI that you will host locally on your computer. Since AI uses a lot of electricity, some things are vital to look out for when shopping for a solar panel:- Wattage: Aim for at least 100W, if possible.
- Efficiency: Aim for at least 20% efficiency, if possible. China leads in efficiency when it comes to producing solar panels, but some European models also have high efficiency at a higher price, with better customer support. The U.S.A. has also begun to use innovative technologies regarding solar.
2. Purchase a power bank.
- Wattage: Aim for at least 100W for your power bank, but the more the merrier. Your phone probably takes about 15W to charge, while your laptop might take 60W. If you're using AI, the power you consume will be greater than your computer's baseline, though. If you are planning to hook up your desktop computer, I'd aim for 300W on the power bank so there could be plenty of wiggle room for the AI model to shine.
- Compatibility: Make sure the power bank you purchase is COMPATIBLE with your solar panel and the computer or machine that you will be hosting your AI model on. Check the product pages to make sure that the included plugs match the power outlets. For example, you can check if the solar panel includes a USB cord, and if the power bank includes a USB outlet.
3. Install a local, offline AI model on your hardware.
For computers, start here (scroll down for a phone tutorial):
Installing an AI model locally on your computer will make the program run directly on your hardware (without using a third-party data center) as long as song settings are fine-tuned.After downloading Ollama, open up Windows PowerShell. Then, type in:
irm https://ollama.com/install.ps1 | iex
This command can also be found on the official Ollama website, as pictured in the screenshot above. They might update this command regularly, so feel free to check their website to see if they changed the code line.
After this, Ollama should continue to download its other bits onto your computer.
From the Ollama "Settings" screen, make sure that "Cloud" is unselected. We don't want that. Cloud services mean that the AI model outsources its power from datacenters, connecting online through the cloud. Since we are trying to be environmentally friendly, we are avoiding data center usage
Look at the little bit of code that shows on the AI model page. In this case, it's "ollama run qwen3.6". Enter this line of code into your PowerShell to download the model.
ollama run qwen3.6:35b
For Phone Installation:
There are plenty of apps you can download on your iPhone or Android to host an AI model locally on your phone, without relying on data centers, powered by your solar panels. Some examples include:- MLC Chat on iOS, found in the App Store! (easy)
TensorFlow Lite for Android - tutorial found here: https://github.com/tensorflow/examples/tree/master/lite/examples
No comments:
Post a Comment