Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace image links in readme #3421

Merged
merged 1 commit into from
Dec 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ There are several options for what to do with that value:
- 🔗 Provide access via a **REST API**.

<p align="center">
<img src="https://raw.githubusercontent.com/jomjol/AI-on-the-edge-device/master/images/idea.jpg" width="600">
<img src="images/idea.jpg" width="600">
</p>

---
Expand All @@ -87,19 +87,19 @@ There are several options for what to do with that value:

+ ### AI-on-the-edge-device on a Water Meter 💧
<p align="center">
<img src="https://raw.githubusercontent.com/jomjol/AI-on-the-edge-device/master/images/watermeter_all.jpg" width="200"><img
src="https://raw.githubusercontent.com/jomjol/AI-on-the-edge-device/master/images/main.jpg" width="200"><img
src="https://raw.githubusercontent.com/jomjol/AI-on-the-edge-device/master/images/size.png" width="200">
<img src="images/watermeter_all.jpg" width="200"><img
src="images/main.jpg" width="200"><img
src="images/size.png" width="200">
</p>

+ ### Web Interface (Water Meter) 💻
<p align="center">
<img src="https://raw.githubusercontent.com/jomjol/AI-on-the-edge-device/master/images/watermeter.jpg" width="600">
<img src="images/watermeter.jpg" width="600">
</p>

+ ### AI-on-the-edge-device on an Electrical Power Meter ⚡
<p align="center">
<img src="https://raw.githubusercontent.com/jomjol/AI-on-the-edge-device/master/images/powermeter.jpg" width="600">
<img src="images/powermeter.jpg" width="600">
</p>

---
Expand Down Expand Up @@ -187,7 +187,7 @@ If you have any technical problems, please search the [discussions](https://gith

For any other issues, you can contact the developer via email:
<p align="center">
<img src="https://raw.githubusercontent.com/jomjol/AI-on-the-edge-device/master/images/mail.jpg" height="25">
<img src="images/mail.jpg" height="25">
</p>

---
Expand Down
Loading