🥳 2025 UQIES SIC HACKATHON WINNER
MoistMeter is an innovative app aimed to significantly reduce water wastage in agriculture. Through using various APIs and services as well as the option to connect to custom IOT devices our algarithmic ML models determine the minimum amount of water required while still maximising crop yeild. While our app is aimed primarily at farmers, our app also offers cheaper or free plans for gardening enthusiasts as every drop counts!
Made By Nathan Perrier, James Kenniwell, Saanvi Putchakayala, Malak Khorshid
👉 Download code
git clone https://github.com/NathanPerrier/MoistMeter
cd MoistMeter👉 Create
.envwith the following Secret Keys
MAPBOX_ACCESS_TOKEN=""👉 Install Dart Libraries
flutter pub get👉 Avtivate and configure FireFlutter
dart pub global activate flutterfire_cli
flutterfire configure👉 Run the App!
flutter run --release< PROJECT ROOT >
|
|-- assets/ # Project Assets
| |-- fonts/ # App Fonts
| |-- images/ # App images
| |-- logos/ # App Logos
|
|-- lib/ # App Files
| |-- components/ # App screen Components
| | |-- intro/ # Compents for intro screen
| |-- firebase_options.dart # Firebase Options (auto generated on flutterfire configure)
| |-- main.dart # Main file for app
|
|-- screens/ # App Screens
|
|-- pubspec.yaml # App config file
|-- .env # ENV File
|
|-- ************************************************* @GNU
