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:
STACK: FERN
Prerequisites:
- Node.js installed
- Google API keys - Google maps and google vision
To Start:
- Open 2 terminal tabs
- on one tab -> cd frontend and then
npm install
and finally,npm start
- another tab -> cd backend and then
npm install
and finally,npm run dev