KilimoGuard / kilimoGuard_Backend

The KilimoGuard backend is the core service that powers the KilimoGuard AI platform, focused on predicting and managing crop pests in East Africa. The KilimoGuard backend, built with Django, powers the platform's core services, including AI-driven pest prediction, user authentication, and data management.
https://kilimoguard-backend-1twn.onrender.com
0 stars 0 forks source link
ai django-framework machine-learning python

KilimoGuard Backend

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

Directory Description

Installation

  1. Clone the repository:
git clone https://github.com/KilimoGuard/kilimoGuard_Backend.git
  1. Navigate to the project directory:
cd kilimoGuard_Backend
  1. Create and activate a virtual environment:
python3 -m venv virtual
source virtual/bin/activate
  1. Install the required dependencies:
pip install -r requirements.txt

Usage

  1. Run the application:
python manage.py runserver

or you could use the bash script start.sh after making it executable once by running the command:- chmod a+x start.sh. After that you can run the command below any time to start the project.

./start.sh
  1. Access the application through your web browser at http://0.0.0.0:8070/.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your changes.