Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kilimoguard/kilimoguardfrontend
The KilimoGuard frontend (v1.1), developed in Vue.js, offers a user-friendly interface for accessing pest prediction and management tools. It features data visualization, real-time updates, and integrates with the backend services to deliver insights to users.
https://github.com/kilimoguard/kilimoguardfrontend
ai vue3 vuejs
Last synced: 25 days ago
JSON representation
The KilimoGuard frontend (v1.1), developed in Vue.js, offers a user-friendly interface for accessing pest prediction and management tools. It features data visualization, real-time updates, and integrates with the backend services to deliver insights to users.
- Host: GitHub
- URL: https://github.com/kilimoguard/kilimoguardfrontend
- Owner: KilimoGuard
- Created: 2024-08-12T17:31:42.000Z (5 months ago)
- Default Branch: develop
- Last Pushed: 2024-10-01T07:45:25.000Z (4 months ago)
- Last Synced: 2024-11-06T22:13:02.453Z (2 months ago)
- Topics: ai, vue3, vuejs
- Language: Vue
- Homepage: https://kilimoguard.vercel.app
- Size: 6.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KilimoGuard
## Overview
KilimoGuard is an innovative Pest Prediction and Management System designed to address the escalating threat of plant and crop pests in East Africa. Leveraging historical data and real-time environmental factors, KilimoGuard provides accurate predictions of potential pest outbreaks, enabling proactive decision-making and sustainable pest management practices.
## Features
* **Predictive Analytics**: Utilizes machine learning models to predict pest outbreaks.
* **Real-Time Monitoring**: Collects and analyzes real-time environmental data to provide timely alerts.
* **User-Friendly Interface**: Accessible via mobile and web applications with intuitive design.
* **Actionable Insights**: Offers recommendations for optimal pest management and sustainable farming practices.## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```
### Before Signing up - reboot backend URL
```
https://kilimoguard-backend-dev.onrender.com/
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).