This is a web platfrom to detect what garbage cans have been filled up
mongodb competition link : https://dev.to/thealphaguardian/mongodb-atlas-hackathon-2022-on-dev-5aoe
link to live app : http://13.229.182.57/
git clone https://github.com/JosephLahiru/GarbageLevelDetector.git
cd GarbageLevelDetector
cd backend
in Ubuntu
apt install pipenv && pip3 install pipenv
pipenv shell
pipenv install -r requirements.txt
MONGO_URI="mongodb+srv://username:[email protected]/?retryWrites=true&w=majority"
uvicorn main:app
cd frontend
npm i react
npm start