This repository contains the code for the Science Fair Soil project.
📘 Full documentation lives in the Wiki:
👉 https://github.com/coder11v/sciencefairsoil/wiki
If you’re looking for setup instructions, system design, simulations, or explanations, start there.
Clone the repository from GitHub:
git clone https://github.com/coder11v/sciencefairsoil.git
cd sciencefairsoilMake sure you are running Python 3:
python --version(Optional) Create and activate a virtual environment:
python -m venv venv
source venv/bin/activate # macOS / Linux
venv\Scripts\activate # WindowsInstall dependencies (if not on raspberry pi)
All usage instructions, configuration options, and project explanations are maintained in the Wiki:
👉 https://github.com/coder11v/sciencefairsoil/wiki
See the LICENSE file for details. This code is currently only usable by permission, I may change that when I see fit