https://github.com/coder11v/sciencefairsoil
My science fair project for 2026
https://github.com/coder11v/sciencefairsoil
automation basil data-logging iot machine-learning plant-growth precision-farming python3 raspberry-pi science-fair sensor-fusion smart-agriculture soil-moisture-sensor vib water-pump
Last synced: 24 days ago
JSON representation
My science fair project for 2026
- Host: GitHub
- URL: https://github.com/coder11v/sciencefairsoil
- Owner: coder11v
- License: other
- Created: 2025-12-28T04:25:12.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-01-07T06:04:04.000Z (about 1 month ago)
- Last Synced: 2026-01-07T12:34:31.588Z (about 1 month ago)
- Topics: automation, basil, data-logging, iot, machine-learning, plant-growth, precision-farming, python3, raspberry-pi, science-fair, sensor-fusion, smart-agriculture, soil-moisture-sensor, vib, water-pump
- Language: Python
- Homepage:
- Size: 2.93 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
# Science Fair Soil π±
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**.
---
## Getting the Code
Clone the repository from GitHub:
```bash
git clone https://github.com/coder11v/sciencefairsoil.git
cd sciencefairsoil
```
Make sure you are running Python 3:
```bash
python --version
```
(Optional) Create and activate a virtual environment:
```bash
python -m venv venv
source venv/bin/activate # macOS / Linux
venv\Scripts\activate # Windows
```
Install dependencies (if not on raspberry pi)
---
## Documentation
All usage instructions, configuration options, and project explanations are maintained in the Wiki:
π **https://github.com/coder11v/sciencefairsoil/wiki**
---
## License
See the `LICENSE` file for details. This code is currently only usable by permission, I may change that when I see fit