Skip to content

2018 capstone project, goal is to pinpoint issues on a campus with nothing received but a photo

Notifications You must be signed in to change notification settings

kippmr/pinpointr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pinpointr

Pinpointr is an app that allows anyone on campus to document an issue on campus with a single photo and a button press. The app uses machine learning technology and geolocation to figure out where and what the issue is. From there, it sends an alert to facilities services, so they can create a work order to deal with the issue. It also includes the ability to scan QR codes placed on facilities around campus, in order to report issues with specific trash cans, water fountains, etc

Link to Trello:

https://trello.com/b/cIDZks4y/pinpointr

Contents

  1. Installation
  2. Usage
  3. How to Commit
  4. Credits

Visit the wiki for more details

  • Use android app for object recognition
  • Send to .NET Core backend to save on database
  • React frontend recieves data via API calls from backend
  • frontend displays Leaflet.js map with ArcGIS

Your workflow should look like the following:

  • Switch to your dev-branch
  • Code a bunch of stuff
  • Add for tracking:
  • git add *
  • git commit -m "commit message"
  • git push
  • pull request to merge into all-dev (this can be done on the github webpage, a link should be provided for you after you push)

How do I get my branch up to speed when all-dev changes?

  • git checkout all-dev
  • git pull
  • git checkout [YOUR BRANCH NAME]
  • git merge all-dev

AT THE END OF ALL SPRINTS WE WILL MERGE TO MASTER

  • Matthew Kipp
  • Sean McKay
  • Brandon Ronald
  • Victor Timpau

Contact @kippmr for appsettings.json and AWS credentials

About

2018 capstone project, goal is to pinpoint issues on a campus with nothing received but a photo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •