Harnessing Machine Learning for Comprehensive Farming Success
From crop selection to maximizing market profits.
AgriAdvice360 is a revolutionary tool designed to empower farmers by providing data-driven insights and recommendations. Leveraging machine learning, the platform assists in everything from crop selection to optimizing market profits, ensuring sustainable and profitable farming practices.
Farmers often struggle with:
- 🌱 Choosing Suitable Crops
- 💧 Resource Utilization
- 💰 Financial Planning
- 📊 Market & Weather Access
- 🌾 Crop-to-Market Guidance
- 💧 Resource Optimization
- 💰 Profit Maximization
- Soil & Water Reports
- Land Location
- Historical Crop Data (1-2 years)
- 🌾 Crop Suggestions
- 💧 Fertilizer & Pesticide Recommendations
- 💰 Cost & Profit Estimations
- 🌾 Crop Suggestion
- 💧 Fertilizer & Pesticide Advice
- 🚰 Irrigation Guidance
- 🌿 Intercropping Suggestions
- 💰 Cost & Profit Estimates
- 📈 Market Price Forecasting
- ⏰ Real-Time Alerts
- 📊 Custom Reports
- Financial Planning
- Increased Yield
- Timely Recommendations
- Enhanced Productivity
- Fork our repository in your github
- Clone it into your machine
- In terminal:
- To set up virtual environment:
python3 -m venv venv
- To activate the created environment:
- For Windows:
venv\Scripts\activate
- For macOS/Linux:
source venv/bin/activate
- For Windows:
pip install Flask pdfplumber requests Werkzeug
to install all dependenciespython app.py
to run the file
- To set up virtual environment:
- Then in browser:
http://127.0.0.1:5000/
to access the website