From 95417604985c0cf8420159d430601c7d94cafcdf Mon Sep 17 00:00:00 2001 From: "Peter J. Keleher" <keleher@cs.umd.edu> Date: Fri, 27 Mar 2020 13:59:32 -0400 Subject: [PATCH] auto --- groupProject.md | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/groupProject.md b/groupProject.md index fe0d0bb..dcf28ec 100644 --- a/groupProject.md +++ b/groupProject.md @@ -1,5 +1,5 @@ # Semester Project -**Due: May 3, 2020, 11:59:59 pm, v1.02** +**Due: May 10, 2020, 11:59:59 pm, v1.03** **NOT REQUIRED if you do Assignments 4, 5** @@ -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: - 1. spritekit, - 1. sound, - 1. artwork. + - spritekit, + - sound, + - artwork. 1. Augmented Reality - 1. Pokeman Go-lite - 1. Grocery store ingredients scanner (for those with sensitivities to + - Pokeman Go-lite + - 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 - 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) + - track route with line on map + - export to a .fit + - upload to strava + - plan from current location (this would require google map sdk) 1. Cryptocurrency/Stock price tracker - 1. Get price data as a stream (NSURLSession) - 1. Add streams to current app instance - 1. Display graphs, compute price indicators based on data + - Get price data as a stream (NSURLSession) + - Add streams to current app instance + - 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. - 1. GPS to find events based on location - 1. Basic UI with swipe gestures, notifications, etc. + - GPS to find events based on location + - 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: - 1. Models at + - 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. - 1. Use app-generated QR codes the camera to get an anonymous + - 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) - 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 + - 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. Something else. ## Grading -- GitLab