From 85d162691faa4e176694e99871cbfa6362725aa9 Mon Sep 17 00:00:00 2001 From: "Peter J. Keleher" <keleher@cs.umd.edu> Date: Fri, 27 Mar 2020 13:56:27 -0400 Subject: [PATCH] auto --- groupProject.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/groupProject.md b/groupProject.md index e1af07e..115d7ee 100644 --- a/groupProject.md +++ b/groupProject.md @@ -93,41 +93,41 @@ own. However, you need explicit permission for a proposed app from Dr. Keleher before proceeding. 1. Asteroids-equivalent shooter game, including: - - spritekit, - - sound, - - artwork. + 1. spritekit, + 1. sound, + 1. artwork. 1. Augmented Reality - - Pokeman Go-lite - - Grocery store ingredients scanner (for those with sensitivities to + 1. Pokeman Go-lite + 1. Grocery store ingredients scanner (for those with sensitivities to specific ingredients 1. AVController for recording audios of people’s voices and plays with them adding different effects 1. Bike route planner / tracker - - track route with line on map - - export to a .fit - - upload to strava - - plan from current location (this would require google map sdk) + 1. track route with line on map + 1. export to a .fit + 1. upload to strava + 1. plan from current location (this would require google map sdk) 1. Cryptocurrency/Stock price tracker - - Get price data as a stream (NSURLSession) - - Add streams to current app instance - - Display graphs, compute price indicators based on data + 1. Get price data as a stream (NSURLSession) + 1. Add streams to current app instance + 1. Display graphs, compute price indicators based on data 1. Healthkit data mining and presentation. 1. Local events: Swipe to find events, and event hosters can swipe to match with who they want to invite. - - GPS to find events based on location - - Basic UI with swipe gestures, notifications, etc. + 1. GPS to find events based on location + 1. Basic UI with swipe gestures, notifications, etc. 1. Location based messaging app. All users would be anonymous, and can choose to see and reply to posts made within a radius of their choosing.  1. Machine learning: - - Models at + 1. Models at [https://developer.apple.com/machine-learning/models/](https://developer.apple.com/machine-learning/models/), [https://github.com/SwiftBrain/awesome-CoreML-models](https://github.com/SwiftBrain/awesome-CoreML-models) Build an app to recognize specific types of objects and pull up online information and links for those recognized objects. 1. Proximity-based swapping, messaging. - - Use app-generated QR codes the camera to get an anonymous + 1. Use app-generated QR codes the camera to get an anonymous handle. Even better if the messaging is secure. 1. Weasley magic clock (inspired by Harry Potter) - - clock laid out with pre-specified locations (home, work, gym..) - - arm for each family member / friend, pointing out where they are - - intelligent interpolation for intermediate states + 1. clock laid out with pre-specified locations (home, work, gym..) + 1. arm for each family member / friend, pointing out where they are + 1. intelligent interpolation for intermediate states 1. Something else. ## Grading -- GitLab