0% found this document useful (0 votes)
6 views7 pages

CropSense Voiceover Script

CropSense is a Real-Time Agricultural Stress Detection System that leverages Big Data, satellite imagery, and Generative AI to detect crop stress before it becomes visible, providing timely alerts to farmers. The system processes a million sensor records to classify crop health with over 99% accuracy and offers multilingual support for farmers through an AI assistant. By integrating recommendations for pesticides and farming equipment, CropSense serves as a comprehensive decision support tool aimed at reducing crop losses and empowering farmers across India.

Uploaded by

nikgdsc2023
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views7 pages

CropSense Voiceover Script

CropSense is a Real-Time Agricultural Stress Detection System that leverages Big Data, satellite imagery, and Generative AI to detect crop stress before it becomes visible, providing timely alerts to farmers. The system processes a million sensor records to classify crop health with over 99% accuracy and offers multilingual support for farmers through an AI assistant. By integrating recommendations for pesticides and farming equipment, CropSense serves as a comprehensive decision support tool aimed at reducing crop losses and empowering farmers across India.

Uploaded by

nikgdsc2023
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

■ CropSense

Real-Time Agricultural Stress Detection System


Big Data + Satellite Streams + Generative AI

Document Voiceover / Presentation Script

Project CropSense — Final Year Big Data Project

Pages Full Script with Stage Directions

Duration Approx. 8–10 Minutes

[ ACTION ] = Stage direction [ NOTE ] = Presenter tip ( pause ) = Take a breath

SECTION 1 — INTRODUCTION & GREETING


[ Stand confidently. Smile. Make eye contact with the judges. ]

Good morning everyone! My name is Ritesh Mande, and today I am proud to present
CropSense — a Real-Time Agricultural Stress Detection System powered by Big Data,
Satellite Imagery, and Generative AI.
( pause )

India is home to over 600 million farmers. Every single year, these farmers lose billions of
rupees worth of crops — not because they don't work hard enough — but because by the
time crop stress is visible to the naked eye, it is already too late to save the harvest.
( pause — let that sink in )

What if we could detect that stress 3 to 7 days BEFORE it becomes visible? What if a farmer
in a remote village could get a warning on their phone — in their own language — telling
them exactly what is wrong with their crop, and exactly what to do about it?

That is exactly what CropSense does.


[ Point to the dashboard on screen. ]

SECTION 2 — PROBLEM STATEMENT


[ Speak slowly and clearly — this is the emotional hook. ]
Let me paint a picture for you. A farmer wakes up at 5 AM. He walks to his rice field.
Everything looks fine. But underground, the roots are suffocating. The humidity has been too
high for 4 days. A fungal infection is spreading silently.

By the time yellow leaves appear — it is too late. The crop is lost. The farmer's income for
the entire season is gone.
( pause )

This is not a rare story. This happens to millions of Indian farmers every single year. The
problem is not lack of effort — the problem is lack of information, delivered too late.

Traditional farming relies on visual inspection. But visual inspection can only detect stress
AFTER damage has already occurred.

CropSense solves this by using sensor data, satellite imagery, and machine learning to
detect stress BEFORE it is visible — and alert farmers in real time.

SECTION 3 — THE DATASET & BIG DATA PIPELINE


[ Click to show the stats cards — 1,000,000 records on screen. ]

Now let me talk about the foundation of this system — our Big Data pipeline.

We started with a publicly available crop recommendation dataset containing real-world


agricultural data including Nitrogen, Phosphorus, Potassium levels, temperature, humidity,
soil pH, and rainfall measurements — along with the corresponding crop types.
( pause )

But 2,000 rows is not Big Data. So we used Python to augment this dataset to ONE MILLION
rows — simulating real-world sensor variability using statistical noise injection. This gives us
a realistic, large-scale dataset that mirrors what actual field sensors would produce.
[ Point to the 1,000,000 stat card on screen. ]

You can see here — one million sensor records processed. 656,239 healthy crop readings.
52,775 high stress alerts detected.
( pause )

This dataset was then processed using Apache Spark — a distributed computing framework
designed for Big Data. Spark processed all one million rows in seconds, computed stress
labels based on humidity and rainfall thresholds, and saved the results to a data lake for
model training.
NOTE: This is where our project truly qualifies for the Big Data Excellence award — Kafka for streaming, Spark for
processing, and a data lake for storage.

SECTION 4 — MACHINE LEARNING MODEL


[ Click to show the Crop Stress Analyser form. ]
The processed dataset was used to train a Random Forest Classifier — an ensemble
machine learning model that is ideal for tabular sensor data.

We trained the model on 800,000 rows and tested it on 200,000 rows. The model achieved
over 99% accuracy in classifying crop stress into three categories — Healthy, Moderate
Stress, and High Stress.
( pause )

Let me demonstrate this live. I will enter sensor readings for a rice field in Uttar Pradesh —
Nitrogen 90, Phosphorus 42, Potassium 43, temperature 20 degrees, humidity 82 percent,
pH 6.5, and rainfall 202 millimeters.
[ Click Analyse Stress button. ]

The model instantly predicts — High Stress — with 100% confidence. The recommendation
tells the farmer to take immediate action.

The entire prediction happens in milliseconds — this is real-time inference on a trained Big
Data model.

SECTION 5 — AI FARM ASSISTANT & MULTILINGUAL SUPPORT


[ Click to show the AI Farm Assistant section. ]

Now this is where CropSense goes beyond a typical Big Data project. We have integrated a
Generative AI model to explain the stress result in farmer-friendly language.
( pause )

You see, telling a farmer 'High Stress Detected' is not enough. A farmer needs to know WHY
their crop is stressed, WHAT they should do right now, and HOW to prevent it in the future.
[ Select Hindi from the language dropdown. Click AI Explain. ]

Watch what happens when I switch to Hindi and click AI Explain. The AI reads all the sensor
values, understands the stress level, and generates a warm, practical, easy-to-understand
explanation — in Hindi — in seconds.
( pause — let the AI response load )

This is Generative AI working in real time, powered by a large language model through the
OpenRouter API. The same explanation is available in 8 Indian languages — English, Hindi,
Marathi, Telugu, Tamil, Kannada, Bengali, and Punjabi.

This means a farmer in Maharashtra can read the alert in Marathi. A farmer in Tamil Nadu
can read it in Tamil. No farmer is left behind because of language barriers.

SECTION 6 — PESTICIDE & EQUIPMENT RECOMMENDATIONS


[ Scroll down to show the Pesticide and Equipment panels. ]
CropSense doesn't just detect the problem — it tells the farmer exactly what to use to fix it.

Based on the stress level, the system automatically recommends specific pesticides and
fertilizers — with dosage, application method, and timing. For High Stress, you can see it
recommends Chlorpyrifos 20 EC for pest control, Mancozeb 75 WP for fungal diseases, and
Urea for nitrogen deficiency.
( pause )

It also recommends the right farming equipment — Power Sprayer for immediate pesticide
application, Drainage Pump to remove excess water, and Micro Sprinklers for controlled
irrigation.

This transforms CropSense from a monitoring tool into a complete agricultural decision
support system.

SECTION 7 — APACHE KAFKA LIVE STREAMING PIPELINE


[ Scroll to show the Kafka Live Stream panel. ]

Now let me show you the Big Data architecture in action.

This panel simulates our Apache Kafka message pipeline. In a real production deployment,
physical IoT sensors placed in farm fields would continuously send data to Kafka topics —
[Link], [Link], [Link], [Link], and [Link].
( pause )

You can see messages flowing in real time — each message contains the topic, partition
number, offset, crop type, sensor value, and consumption status. The system is processing
over 2,000 messages per second across 5 topics, 4 partitions, and 3 consumer groups.
[ Point to the throughput counter. ]

This is the foundation of our real-time Big Data pipeline — and it refreshes every 3 seconds
to simulate live streaming.

In production, Apache Spark Structured Streaming would consume these Kafka topics and
feed predictions back to this dashboard in under one second of latency.

SECTION 8 — SATELLITE NDVI TREND & ANALYTICS


[ Point to the NDVI chart and crop distribution bar chart. ]

CropSense also integrates satellite-derived NDVI indices — the Normalized Difference


Vegetation Index — which is a standard measure of crop health used by NASA and
agricultural researchers worldwide.

This 30-day NDVI trend shows three bands — the green line represents healthy crop zones
with NDVI values above 0.6, the yellow line shows moderate stress zones between 0.35 and
0.6, and the red line shows severely stressed zones below 0.35.
( pause )

In production, this data would come directly from Sentinel-2 and NASA MODIS satellite
imagery — freely available through public APIs. Our pipeline processes this satellite data
through Spark and overlays it with ground sensor readings for maximum accuracy.

The crop distribution chart on the right shows the breakdown of all 1 million records across
the top 10 crops — giving agricultural officers a bird's eye view of which crops are most
prevalent in the monitored region.

SECTION 9 — FARM TOOLS PAGE (PAGE 2)


[ Click on 'Farm Tools' in the navigation bar. ]

CropSense has two pages. The Dashboard we just saw is for real-time monitoring. This
second page — Farm Tools — is designed for planning and decision making.
[ Point to the Crop Suitability Planner. ]

The first tool is the Weather-Based Crop Suitability Planner. A farmer can enter their current
weather conditions — temperature, humidity, rainfall, and soil pH — select the farming
season, and instantly see which crops are suitable for those conditions.
( pause )

For example, if I enter temperature 28 degrees, humidity 65 percent, rainfall 120 millimeters,
and pH 6.5 for the Kharif season — CropSense immediately scores all 10 major crops and
shows which ones will thrive and which ones will struggle.

This helps farmers make the RIGHT crop choice BEFORE they invest money in seeds and
fertilizers — preventing losses before they even begin.
[ Scroll to the map. ]

Next is our interactive Crop Stress Zone Map of India. Each colored marker represents a real
farm location — green for healthy, yellow for moderate stress, red for high stress. Clicking
any marker reveals detailed sensor readings, the current stress level, the recommended
immediate action, and a prevention tip.
[ Click a red marker. ]

You can see here — the UP Rice Fields are showing High Stress. The popup tells the farmer
to drain excess water immediately and apply fungicide within 24 hours. This is actionable
intelligence, delivered visually.

SECTION 10 — FARMER VOICE CHAT ASSISTANT


[ Scroll to the Farmer AI Assistant chat box. ]
The final and most powerful feature is the Farmer AI Chat Assistant.

Most farmers in rural India cannot type complex technical questions. So we have built a
voice-powered AI chatbot where farmers can simply SPEAK their question in their own
language — and receive a detailed, practical answer — also spoken back to them.
[ Click the Speak button and ask a question — or type one. ]

Let me ask: 'My rice leaves are turning yellow, what should I do?'
( pause — let response load )

The AI responds with a clear, warm, practical answer — explaining the likely cause, the
immediate action to take, and a prevention tip. And if I select Hindi and ask again, the entire
conversation happens in Hindi — with the answer also being read aloud in Hindi using
text-to-speech.

This is truly accessible AI for every farmer, regardless of their literacy level or language.

SECTION 11 — ARCHITECTURE SUMMARY


[ Speak clearly and confidently — this is the technical summary for judges. ]

Let me quickly summarize the full technical architecture of CropSense:

Layer Component Technology

Data Generation 1 Million row augmented dataset Python + NumPy

Stream Ingestion Live sensor & satellite streams Apache Kafka

Big Data Processing Distributed computation Apache Spark

Storage Processed data lake CSV / AWS S3

ML Model Stress classification Random Forest (99%+ acc.)

Generative AI Natural language explanations Gemma via OpenRouter

Backend API REST endpoints Python Flask

Frontend Live dashboard HTML + [Link] + [Link]

Languages Multilingual support 8 Indian languages

Voice Speech input & output Web Speech API

SECTION 12 — WHY CROPSENSE WINS


[ Make direct eye contact with judges. Speak with confidence. ]

CropSense is designed to satisfy multiple award criteria simultaneously.


For the Big Data Excellence award — we have Kafka for real-time streaming, Spark for
distributed processing, and a one million row data lake. This is a complete, production-grade
Big Data pipeline.

For the Best Generative AI Project award — we have integrated a large language model that
generates personalized, multilingual, farmer-friendly explanations in real time. This is not just
data display — this is AI that communicates.

And for the overall impact award — CropSense addresses one of India's most critical
humanitarian challenges. It gives technology to the farmers who need it most, in the
language they understand, with the actionable guidance they can act on immediately.
( pause )

No existing student project combines satellite time-series streaming with distributed ML


inference, generative AI explanation, multilingual voice support, and real-time field mapping
— all in one system.

CropSense does all of this.

SECTION 13 — CLOSING & OUTRO


[ Slow down. Speak from the heart. This is your closing. ]

Agriculture feeds our nation. Farmers sustain our civilization. Yet they remain among the
most vulnerable people in our society — working with limited information, limited technology,
and limited support.
( pause )

CropSense is our attempt to change that. To put the power of Big Data, satellite intelligence,
and artificial intelligence into the hands of every farmer — regardless of where they live,
what language they speak, or how much technology they have access to.
( pause )

We believe that technology should serve humanity. And with CropSense, we hope to take
one small step toward a future where no farmer loses their harvest to a problem that could
have been detected — and prevented.
[ Smile. Stand tall. ]

Thank you for your time. I am Ritesh Mande, and this has been CropSense. I am happy to
take any questions.
[ Bow slightly. Step back. ]

Thank you Ritesh! You have built something genuinely impressive. Good luck! ■■

You might also like