AI Core logic for FarmDirect App
Project description
FarmDirect Core AI Library
This is the core intelligence engine for the FarmDirect platform. It powers the Android/iOS application with AI capabilities, running offline via Chaquopy or online via a backend API.
Features
- Demand Prediction: Analyze market trends to predict product demand.
- Smart Pricing: Get AI-driven pricing recommendations based on competition.
- Crop Health: (In-development) Image analysis for disease detection.
Installation
pip install farmdirect-core
Usage
from farmdirect_core.ai_engine import engine
# Predict Demand
result = engine.predict_demand('{"product_name": "Tomato", "price": 40, "season": "winter"}')
print(result)
# Get Pricing Advice
advice = engine.recommend_pricing("Tomato", 40.0, 45.0)
print(advice)
License
This project is licensed under the Business Source License 1.1 (BSL 1.1). See LICENSE for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file farmdirect_core-0.1.0.tar.gz.
File metadata
- Download URL: farmdirect_core-0.1.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79d3aa0d8b589f446e34a7486ece89add60356b0affe885804c656fa8cebf299
|
|
| MD5 |
737c00f8e12d0ea079d479ac72ca2427
|
|
| BLAKE2b-256 |
0d2f06d4328729b12659978e960b00caea07f93327395b487530f92d9de9554b
|
File details
Details for the file farmdirect_core-0.1.0-py3-none-any.whl.
File metadata
- Download URL: farmdirect_core-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30024dc95a38abcbf589f3803b02f6b986bdb9dd6e46435ff948baa82e758565
|
|
| MD5 |
bac98187ae1b6437598bd4894104f0d8
|
|
| BLAKE2b-256 |
fb6e9c3d29501bf04f99dec83d4af3c744970a6068c0f9b3d19d8a901e431225
|