whereToBin is a web application base that help you to classify the grabage by using AI. We want you to handle the grabage easier, so we come up with this solution to help you. This project is part of one night miracle team
https://wheretobin-font-xhsqbxxiha-as.a.run.app
https://wichianmas-xhsqbxxiha-as.a.run.app/detect?data=false
✋ Manual
Backend
pip install pipenv
cd backend
pipenv shell
pip install -r requirements.txt
uvicorn main:app --reload
Frontend
cd fontend
yarn install
yarn start
🐳 Docker
Backend
cd backend
docker build -t wheretobin_backend .
docker run -d --name wheretobin_container -p 80:80 wheretobin_backend
Frontend
cd fontend
docker build -t wheretobin_fontend .
docker container run -d --name whereToBin_container -p 80:8080 wheretobin_fontend
- React.js
- Tensorflow
- FastAPI
- Clound-run
- Tiny-yolo model
Tiny-yolo darknet URL