Created at 7pm, Mar 24
ProactiveArtificial Intelligence
0
AI Robot Helps Find Sick Tulips in Netherlands
rQG4S7GbYvq001H433iGuUTG3JG_PqRCYYw6XWtiqJ0
File Type
MP3
Entry Count
18
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Theo works days, nights, and weekends in the tulip fields in the Netherlands and never complains of sore muscles.How is this possible?Theo is an artificial intelligence, or AI, robot that looks for diseased flowers each spring.The work prevents viruses from spreading among the valuable plants. The robot looks for troubled tulip bulbs and destroys them if necessary. They are removed from the healthy ones in a processing center after the harvest.There are 45 robots like Theo working in the tulip fields of the Netherlands. Their job becomes important as the winter turns to spring and peak season nears. People come from around the world to see the colorful flowers.Allan Visser’s family has been growing tulips for three generations. This is the second season that he has used a robot. He said it is very costly – the same as a sports car – about $200,000. In the past, knowledgeable farmers would walk the fields looking for tulips that showed signs of sickness.

The robot has been trained to see the sick plants. Red stripes show up on the leaves of infected plants. The robots roll through the fields very slowly, about one kilometer per hour, looking for sick tulips. Visser called the work precision agriculture, as he explained how the robots work.
He said the robots have cameras and take thousands of photos of the tulips.
start: 02:23 - end: 02:27
The AI software considers the photos and decides which tulips need to be killed.
start: 02:29 - end: 02:35
The robot has learned to recognize this and treat it, Visser said.
start: 02:36 - end: 02:40
How to Retrieve?
# Search

curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "rQG4S7GbYvq001H433iGuUTG3JG_PqRCYYw6XWtiqJ0", "query": "What is alexanDRIA library?"}'
        
# Query

curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "rQG4S7GbYvq001H433iGuUTG3JG_PqRCYYw6XWtiqJ0", "level": 2}'