/Image-Recognition-Charity-Matcher-TOHacks2019

Web app that allows users to upload pictures and recognizes donatable item from the uploaded messy room pictures and connect to relatable charities nearby

Primary LanguageJavaScript

TO Hacks - Ryerson University - 2019

Description: Web app that allows users to upload pictures and recognizes donatable item from the uploaded messy room pictures. Using Google maps API it looks into chairities nearby and finds the ones that are most relatable to the uploaded pictures. Connects the user to the charity

Built Using:

  • React.JS
  • Express.Js
  • Google Firebase
  • Node.JS
  • Google Maps API
  • Google Vision API

  • STACK: FERN

    Prerequisites:

    • Node.js installed
    • Google API keys - Google maps and google vision

    To Start:

    1. Open 2 terminal tabs
    2. on one tab -> cd frontend and then npm install and finally, npm start
    3. another tab -> cd backend and then npm install and finally, npm run dev