Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/).