Spaces:
Running
Running
<html><head><base href="https://raspberrypiaikit.com/"><title>Raspberry Pi AI Kit - Object Recognition Demo</title><meta name="viewport" content="width=device-width, initial-scale=1"> | |
<style> | |
body { | |
font-family: Arial, sans-serif; | |
line-height: 1.6; | |
color: #333; | |
max-width: 800px; | |
margin: 0 auto; | |
padding: 20px; | |
background-color: #f4f4f4; | |
} | |
h1 { | |
color: #e74c3c; | |
} | |
.demo-video { | |
position: relative; | |
padding-bottom: 56.25%; | |
height: 0; | |
overflow: hidden; | |
max-width: 100%; | |
} | |
.demo-video iframe { | |
position: absolute; | |
top: 0; | |
left: 0; | |
width: 100%; | |
height: 100%; | |
} | |
.controversy { | |
background-color: #ffeaa7; | |
border-left: 5px solid #fdcb6e; | |
padding: 15px; | |
margin: 20px 0; | |
} | |
.cta-button { | |
display: inline-block; | |
background-color: #2ecc71; | |
color: white; | |
padding: 10px 20px; | |
text-decoration: none; | |
border-radius: 5px; | |
font-weight: bold; | |
margin-top: 20px; | |
} | |
.cta-button:hover { | |
background-color: #27ae60; | |
} | |
</style> | |
</head><body> | |
<h1>Raspberry Pi AI Kit: Object Recognition Demo</h1> | |
<p>Welcome to our cutting-edge Raspberry Pi AI Kit demo page! Today, we're showcasing our advanced object recognition capabilities with a particularly intriguing example: the lemon Coke "bottle".</p> | |
<div class="demo-video"> | |
<iframe width="560" height="315" src="https://www.youtube.com/embed/m0O1r1ijFjk" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | |
</div> | |
<h2>The Lemon Coke "Bottle" Controversy</h2> | |
<div class="controversy"> | |
<p>Our AI has sparked quite a debate in the object recognition community. The peculiar shape of the lemon Coke container has led to some interesting classifications:</p> | |
<ul> | |
<li>Some argue it's clearly a bottle</li> | |
<li>Others insist it's more of a can</li> | |
<li>A few even classify it as a hybrid "cottle" or "ban"</li> | |
</ul> | |
<p>This controversy highlights the challenges and nuances in AI-powered object recognition, especially when dealing with unconventional designs.</p> | |
</div> | |
<h2>Why Our Raspberry Pi AI Kit Stands Out</h2> | |
<p>Despite the ongoing debate, our kit demonstrates: | |
<ul> | |
<li>High accuracy in recognizing standard objects</li> | |
<li>Ability to detect and classify unconventional designs</li> | |
<li>Real-time processing capabilities</li> | |
<li>Low power consumption, perfect for Raspberry Pi</li> | |
</ul> | |
</p> | |
<h2>Join the Debate!</h2> | |
<p>We'd love to hear your thoughts on the lemon Coke container classification. Is it a bottle? A can? Something entirely new? Share your views and experience the power of our Raspberry Pi AI Kit yourself!</p> | |
<a href="https://raspberrypiaikit.com/order" class="cta-button">Order Your AI Kit Today!</a> | |
<h2>Explore More</h2> | |
<ul> | |
<li><a href="https://raspberrypiaikit.com/tutorials">AI Tutorials</a></li> | |
<li><a href="https://raspberrypiaikit.com/community">Community Forum</a></li> | |
<li><a href="https://raspberrypiaikit.com/blog">Latest AI News</a></li> | |
</ul> | |
</body></html> |