From 6326ffffa0582c5f53495d19e623c9d2e69f6cf9 Mon Sep 17 00:00:00 2001 From: vracto Date: Mon, 1 Sep 2025 00:46:29 -0500 Subject: [PATCH 1/2] Create README.md for bitesenseapp --- submissions/bitesense/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 submissions/bitesense/README.md diff --git a/submissions/bitesense/README.md b/submissions/bitesense/README.md new file mode 100644 index 0000000..b1fced5 --- /dev/null +++ b/submissions/bitesense/README.md @@ -0,0 +1,17 @@ +# **Name**: bitesense + +**Description**: `bitesense` is an app that allows you to take a picture of a bug bite and tells you what might have bitten you using an image classification model. Along with detecting the potential bug bite, there is an AI assistant who can help you treat it. + +**GitHub URL**: https://github.com/vracton/bitesenseapp + +**How did you build this**: I used SwiftUI to make this. This was my frist real SwiftUI app, so I had to spend a signficiant amount of time learning how to make the unique features for this app. Additionally, I had to figure out how to convert a Keras-based model into one compatible with CoreML. + +**Did you use Hakatime to log your progress?**: Yes + +**Testflight link**: Coming Soon + +**How many users on testflight?**: N/A + +**Ship URL**: https://hackclub.slack.com/archives/C0M8PUPU6/p1756705564301909 + +**Video Demo URL**: https://www.youtube.com/watch?v=5DI64CHViFI From 4d75ae4ff8b38412d013a4d6357c64d5b138eb65 Mon Sep 17 00:00:00 2001 From: vracto Date: Thu, 4 Sep 2025 14:11:11 -0500 Subject: [PATCH 2/2] Fix typos in README.md --- submissions/bitesense/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submissions/bitesense/README.md b/submissions/bitesense/README.md index b1fced5..9e7e261 100644 --- a/submissions/bitesense/README.md +++ b/submissions/bitesense/README.md @@ -4,7 +4,7 @@ **GitHub URL**: https://github.com/vracton/bitesenseapp -**How did you build this**: I used SwiftUI to make this. This was my frist real SwiftUI app, so I had to spend a signficiant amount of time learning how to make the unique features for this app. Additionally, I had to figure out how to convert a Keras-based model into one compatible with CoreML. +**How did you build this**: I used SwiftUI to make this. This was my first real SwiftUI app, so I had to spend a signficiant amount of time learning how to make the unique features for this app. Additionally, I had to figure out how to convert a Keras-based model into one compatible with CoreML. **Did you use Hakatime to log your progress?**: Yes