A machine learning project for classifying recyclable garbagge(cardboard,metal,plastic,glass,paper,trash). Model built with pytorch, integrated with flask
- build and train model(done)
- Save model and reuse later(done)
- Integrate with web(done)
- Style web interface(not done)
- Generate API (done)
- Integrate with mobile client(react native) (done)