HarvestHub is an API-based platform that provides real-time agricultural information and notifications to farmers via WhatsApp. It integrates AI models for personalized recommendations and updates.
- WhatsApp Integration: Receive notifications and interact with the system via WhatsApp.
- Crop Recommendations: AI-powered recommendations for seeds, fertilizers, and pesticides.
- Weather Updates: Daily weather forecasts for specific regions.
- Market Insights: Real-time market prices and demand trends.
- Community Chat: Farmers can share experiences and ask questions.
- Clone this repository:
git clone https://github.com/SBMOYO/HarvestHub.git
- Install dependencies:
pip install -r requirements.txt
- Set up your Twilio account and configure API keys.
- Run migrations:
python manage.py migrate
- Start the development server:
python manage.py runserver
- Access the API at
python http://127.0.0.1:8000/
. - Subscribe to receive WhatsApp notifications.
- Explore available endpoints for crop recommendations, weather updates, and more.
Contributions are welcome! Please follow our contribution guidelines.
This project is licensed under the MIT License - see the LICENSE file for details.